public class BandReferenceInfo
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.
|
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()