@UML(identifier="MD_Band", specification=ISO_19115) public interface Band extends RangeDimension
Modifier and Type | Method and Description |
---|---|
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<Length> |
getUnits()
Units in which sensor wavelengths are expressed.
|
getDescriptor, getSequenceIdentifier
@UML(identifier="maxValue", obligation=OPTIONAL, specification=ISO_19115) Double getMaxValue()
null
if unspecified.null
.@UML(identifier="minValue", obligation=OPTIONAL, specification=ISO_19115) Double getMinValue()
null
if unspecified.null
.@UML(identifier="units", obligation=CONDITIONAL, specification=ISO_19115) Unit<Length> getUnits()
null
.@UML(identifier="peakResponse", obligation=OPTIONAL, specification=ISO_19115) Double getPeakResponse()
null
if unspecified.null
.@UML(identifier="bitsPerValue", obligation=OPTIONAL, specification=ISO_19115) Integer getBitsPerValue()
null
if unspecified.null
.@UML(identifier="toneGradation", obligation=OPTIONAL, specification=ISO_19115) Integer getToneGradation()
null
if unspecified.null
.@UML(identifier="scaleFactor", obligation=OPTIONAL, specification=ISO_19115) Double getScaleFactor()
null
if unspecified.null
.@UML(identifier="offset", obligation=OPTIONAL, specification=ISO_19115) Double getOffset()
null
if
unspecified.null
.Copyright © 1996–2019 Geotools. All rights reserved.