Uses of Class
com.luciad.imaging.TLcdBandMeasurementSemanticsBuilder
Packages that use TLcdBandMeasurementSemanticsBuilder
Package
Description
Provides a domain model for working with pixel data and a framework for performing
image processing on such data.
-
Uses of TLcdBandMeasurementSemanticsBuilder in com.luciad.imaging
Methods in com.luciad.imaging that return TLcdBandMeasurementSemanticsBuilderModifier and TypeMethodDescriptionTLcdBandMeasurementSemanticsBuilder.all
(ALcdBandSemantics aSemantics) Sets all parameters on the builder based on the given semantics.TLcdBandMeasurementSemanticsBuilder.dataType
(ALcdBandSemantics.DataType aDataType) Set the data type.Set the maximum allowed value, can benull
.Set the minimum allowed value, can benull
.TLcdBandMeasurementSemanticsBuilder.newBuilder()
Create a new measurement semantics builder.TLcdBandMeasurementSemanticsBuilder.noDataValue
(Number aNoDataValue) Set the 'no data' value, can benull
.TLcdBandMeasurementSemanticsBuilder.normalized
(boolean aNormalized) Set if the band is normalized.TLcdBandMeasurementSemanticsBuilder.normalizedRangeMaxValue
(Number aNormalizedRangeMaxValue) Set the maximum value of the normalized range.TLcdBandMeasurementSemanticsBuilder.normalizedRangeMinValue
(Number aNormalizedRangeMinValue) Set the minimum value of the normalized range.TLcdBandMeasurementSemanticsBuilder.significantBits
(int aNumSignificantBits) Set the number of significant bits.TLcdBandMeasurementSemanticsBuilder.unitOfMeasure
(ILcdISO19103UnitOfMeasure aUnitOfMeasure) Set the unit-of-measure.