Uses of Interface
com.luciad.format.raster.ILcdRasterValueConverter
Package
Description
Provides representations, decoders, and encoders for rasters.
Basic utilities.
-
Uses of ILcdRasterValueConverter in com.luciad.format.raster
Modifier and TypeClassDescriptionclass
A raster value converter that uses a linear transformation to convert between raster and data values.Modifier and TypeMethodDescriptionstatic ColorModel
TLcdColorModelFactory.createColorModel
(ILcdModel aRasterModel, TLcdColorMap aColorMap, ILcdRasterValueConverter aRasterValueConverter) Creates aColorModel
foraRasterModel
based on the settings inaColorMap
. -
Uses of ILcdRasterValueConverter in com.luciad.util
Modifier and TypeMethodDescriptionTLcdIndexColorModel.getConverter()
Returns the converter used to map the color map's data values to internal raster values.ModifierConstructorDescriptionTLcdIndexColorModel
(int aBits, int aSize, TLcdColorMap aColorMap, ILcdRasterValueConverter aConverter) Creates a newTLcdIndexColorModel
, using the coloring from the givenTLcdColorMap
, and the given converter.