org.opengis.metadata.content
Interface Band
-
- All Superinterfaces:
- RangeDimension
@UML(identifier="MD_Band", specification=ISO_19115) public interface Band extends RangeDimension
Range of wavelengths in the electromagnetic spectrum.- Since:
- GeoAPI 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.IntegergetBitsPerValue()Maximum number of significant bits in the uncompressed representation for the value in each band of each pixel.java.lang.NumbergetMaxValue()Longest wavelength that the sensor is capable of collecting within a designated band.java.lang.NumbergetMinValue()Shortest wavelength that the sensor is capable of collecting within a designated band.java.lang.NumbergetOffset()The physical value corresponding to a cell value of zero.java.lang.NumbergetPeakResponse()Wavelength at which the response is the highest.java.lang.NumbergetScaleFactor()Scale factor which has been applied to the cell value.java.lang.IntegergetToneGradation()Number of discrete numerical values in the grid data.UnitgetUnits()Units in which sensor wavelengths are expressed.-
Methods inherited from interface org.opengis.metadata.content.RangeDimension
getDescriptor, getSequenceIdentifier
-
-
-
-
Method Detail
-
getMaxValue
@UML(identifier="maxValue", obligation=OPTIONAL, specification=ISO_19115) java.lang.Number getMaxValue()
Longest wavelength that the sensor is capable of collecting within a designated band. Returnsnullif unspecified.
-
getMinValue
@UML(identifier="minValue", obligation=OPTIONAL, specification=ISO_19115) java.lang.Number getMinValue()
Shortest wavelength that the sensor is capable of collecting within a designated band. Returnsnullif unspecified.
-
getUnits
@UML(identifier="units", obligation=CONDITIONAL, specification=ISO_19115) Unit getUnits()
-
getPeakResponse
@UML(identifier="peakResponse", obligation=OPTIONAL, specification=ISO_19115) java.lang.Number getPeakResponse()
Wavelength at which the response is the highest. Returnsnullif unspecified.
-
getBitsPerValue
@UML(identifier="bitsPerValue", obligation=OPTIONAL, specification=ISO_19115) java.lang.Integer getBitsPerValue()
Maximum number of significant bits in the uncompressed representation for the value in each band of each pixel. Returnsnullif unspecified.
-
getToneGradation
@UML(identifier="toneGradation", obligation=OPTIONAL, specification=ISO_19115) java.lang.Integer getToneGradation()
Number of discrete numerical values in the grid data. Returnsnullif unspecified.
-
getScaleFactor
@UML(identifier="scaleFactor", obligation=OPTIONAL, specification=ISO_19115) java.lang.Number getScaleFactor()
Scale factor which has been applied to the cell value. Returnsnullif unspecified.
-
getOffset
@UML(identifier="offset", obligation=OPTIONAL, specification=ISO_19115) java.lang.Number getOffset()
The physical value corresponding to a cell value of zero. Returnsnullif unspecified.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG