|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="MD_Band",
specification=ISO_19115)
public interface BandRange of wavelengths in the electromagnetic spectrum.
| Method Summary | |
|---|---|
Integer |
getBitsPerValue()
Maximum number of significant bits in the uncompressed representation for the value in each band of each pixel. |
Double |
getMaxValue()
Longest wavelength that the sensor is capable of collecting within a designated band. |
Double |
getMinValue()
Shortest wavelength that the sensor is capable of collecting within a designated band. |
Double |
getOffset()
The physical value corresponding to a cell value of zero. |
Double |
getPeakResponse()
Wavelength at which the response is the highest. |
Double |
getScaleFactor()
Scale factor which has been applied to the cell value. |
Integer |
getToneGradation()
Number of discrete numerical values in the grid data. |
Unit |
getUnits()
Units in which sensor wavelengths are expressed. |
| Methods inherited from interface RangeDimension |
|---|
getDescriptor, getSequenceIdentifier |
| Method Detail |
|---|
@UML(identifier="maxValue",
obligation=OPTIONAL,
specification=ISO_19115)
Double getMaxValue()
null if unspecified.
@UML(identifier="minValue",
obligation=OPTIONAL,
specification=ISO_19115)
Double getMinValue()
null if unspecified.
@UML(identifier="units",
obligation=CONDITIONAL,
specification=ISO_19115)
Unit getUnits()
@UML(identifier="peakResponse",
obligation=OPTIONAL,
specification=ISO_19115)
Double getPeakResponse()
null if unspecified.
@UML(identifier="bitsPerValue",
obligation=OPTIONAL,
specification=ISO_19115)
Integer getBitsPerValue()
null if unspecified.
@UML(identifier="toneGradation",
obligation=OPTIONAL,
specification=ISO_19115)
Integer getToneGradation()
null if unspecified.
@UML(identifier="scaleFactor",
obligation=OPTIONAL,
specification=ISO_19115)
Double getScaleFactor()
null if unspecified.
@UML(identifier="offset",
obligation=OPTIONAL,
specification=ISO_19115)
Double getOffset()
null if unspecified.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||