|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.spatial.georaster.BandReferenceInfo
public class BandReferenceInfo
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 |
---|
public java.lang.Boolean isReferenced()
public java.lang.String getDescription()
public java.lang.String getRadiometricResolutionDescription()
public java.lang.String getSpectralUnit()
public void setSpectralUnit(java.lang.String spectralUnit)
spectralUnit
- spectral unitpublic java.lang.Double getSpectralTolerance()
public java.lang.String getSpectralResolutionDescription()
public void setSpectralResolution(double resolution)
resolution
- minimum spectral resolutionpublic java.lang.Double getSpectralExtent_Min()
public java.lang.Double getSpectralExtent_Max()
public java.util.Vector getBandReference()
|
Oracle® Spatial Java API Reference 11g Release 2 (11.2) E11829-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |