Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


oracle.spatial.georaster
Class BandReferenceInfo

java.lang.Object
  extended by oracle.spatial.georaster.BandReferenceInfo


public class BandReferenceInfo
extends java.lang.Object

BandReferenceInfo is a Java class mapped to the XML element BandReferenceInfo in the Oracle Spatial GeoRaster metadata.


Method Summary
 java.util.Vector getBandReference()
          Returns the band reference vector.
 java.lang.String getDescription()
          Returns the description.
 java.lang.String getRadiometricResolutionDescription()
          Returns the radiometric resolution description.
 java.lang.Double getSpectralExtent_Max()
          Returns the maximum spectral extent.
 java.lang.Double getSpectralExtent_Min()
          Returns the minimum spectral extent.
 java.lang.String getSpectralResolutionDescription()
          Returns the spectral resolution description.
 java.lang.Double getSpectralTolerance()
          Returns the spectral tolerance.
 java.lang.String getSpectralUnit()
          Returns the spectral unit.
 java.lang.Boolean isReferenced()
          Returns true if the current GeoRaster object is georeferenced.
 void setSpectralResolution(double resolution)
          Sets the spectral resolution of the specified dimension.
 void setSpectralUnit(java.lang.String spectralUnit)
          Sets the spectral unit.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

isReferenced

public java.lang.Boolean isReferenced()
Returns true if the current GeoRaster object is georeferenced.
Returns:
true if the current GeoRaster object is georeferenced.

getDescription

public java.lang.String getDescription()
Returns the description.
Returns:
description.

getRadiometricResolutionDescription

public java.lang.String getRadiometricResolutionDescription()
Returns the radiometric resolution description.
Returns:
radiometric resolution description.

getSpectralUnit

public java.lang.String getSpectralUnit()
Returns the spectral unit.
Returns:
spectral unit.

setSpectralUnit

public void setSpectralUnit(java.lang.String spectralUnit)
Sets the spectral unit.
Parameters:
spectralUnit - spectral unit

getSpectralTolerance

public java.lang.Double getSpectralTolerance()
Returns the spectral tolerance.
Returns:
spectral tolerance.

getSpectralResolutionDescription

public java.lang.String getSpectralResolutionDescription()
Returns the spectral resolution description.
Returns:
spectral resolution description.

setSpectralResolution

public void setSpectralResolution(double resolution)
Sets the spectral resolution of the specified dimension.
Parameters:
resolution - minimum spectral resolution

getSpectralExtent_Min

public java.lang.Double getSpectralExtent_Min()
Returns the minimum spectral extent.
Returns:
minimum spectral extent.

getSpectralExtent_Max

public java.lang.Double getSpectralExtent_Max()
Returns the maximum spectral extent.
Returns:
maximum spectral extent.

getBandReference

public java.util.Vector getBandReference()
Returns the band reference vector.
Returns:
band reference vector.

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 2 (11.2)
E11829-02


Copyright © 2007, 2011, Oracle and/or its affiliates. All Rights Reserved.