Package com.luciad.imaging
Class ALcdBandMeasurementSemantics
java.lang.Object
com.luciad.imaging.ALcdBandSemantics
com.luciad.imaging.ALcdBandMeasurementSemantics
Semantics for an image band with measurement values.
The
measure
describes the interpretation of the band.
This class cannot be implemented by the user. You can use
TLcdBandMeasurementSemanticsBuilder
to
create an instance. In most cases, the unit of measure will be one with measure type
TLcdISO19103MeasureTypeCodeExtension.TERRAIN_HEIGHT
, indicating that the image contains
height/elevation data.- Since:
- 2014.0
-
Nested Class Summary
Nested classes/interfaces inherited from class com.luciad.imaging.ALcdBandSemantics
ALcdBandSemantics.DataType
-
Method Summary
Modifier and TypeMethodDescriptionabstract ILcdISO19103UnitOfMeasure
Returns the unit of measure of the band's pixel values.Methods inherited from class com.luciad.imaging.ALcdBandSemantics
getDataType, getMaxValue, getMinValue, getNoDataValue, getNormalizedRangeMaxValue, getNormalizedRangeMinValue, getNumSignificantBits, isNormalized
-
Method Details
-
getUnitOfMeasure
Returns the unit of measure of the band's pixel values. If the image contains terrain height data, for instance, this method will return a unit-of-measure with measure typeTLcdISO19103MeasureTypeCodeExtension.TERRAIN_HEIGHT
.- Returns:
- the measure, never
null
-