Method Summary |
|
public Integer | getBitsPerValue() Returns the maximum number of significant bits in the uncompressed
representation for the value in each band of each pixel. |
public Double | getMaxValue() Returns the longest wavelength that the sensor is capable of collecting within
a designated band. |
public Double | getMinValue() Returns the shortest wavelength that the sensor is capable of collecting
within a designated band. |
public Double | getOffset() Returns the physical value corresponding to a cell value of zero. |
public Double | getPeakResponse() Returns the wavelength at which the response is the highest. |
public Double | getScaleFactor() Returns the scale factor which has been applied to the cell value. |
public Integer | getToneGradation() Returns the number of discrete numerical values in the grid data. |
public Unit | getUnits() Returns the units in which sensor wavelengths are expressed. |
public synchronized void | setBitsPerValue(Integer newValue) Set the maximum number of significant bits in the uncompressed representation
for the value in each band of each pixel. |
public synchronized void | setMaxValue(Double newValue) Set the longest wavelength that the sensor is capable of collecting within a
designated band. |
public synchronized void | setMinValue(Double newValue) Set the shortest wavelength that the sensor is capable of collecting within
a designated band. |
public synchronized void | setOffset(Double newValue) Set the physical value corresponding to a cell value of zero. |
public synchronized void | setPeakResponse(Double newValue) Set the wavelength at which the response is the highest. |
public synchronized void | setScaleFactor(Double newValue) Set the scale factor which has been applied to the cell value. |
public synchronized void | setToneGradation(Integer newValue) Set the number of discrete numerical values in the grid data. |
public synchronized void | setUnits(Unit newValue) Set the units in which sensor wavelengths are expressed. |