Uses of Interface
com.luciad.format.raster.ILcdRasterValueConverter
Packages that use ILcdRasterValueConverter
Package
Description
Provides representations, decoders, and encoders for rasters.
Basic utilities.
-
Uses of ILcdRasterValueConverter in com.luciad.format.raster
Classes in com.luciad.format.raster that implement ILcdRasterValueConverterModifier and TypeClassDescriptionclassA raster value converter that uses a linear transformation to convert between raster and data values.Methods in com.luciad.format.raster with parameters of type ILcdRasterValueConverterModifier and TypeMethodDescriptionstatic ColorModelTLcdColorModelFactory.createColorModel(ILcdModel aRasterModel, TLcdColorMap aColorMap, ILcdRasterValueConverter aRasterValueConverter) Creates aColorModelforaRasterModelbased on the settings inaColorMap. -
Uses of ILcdRasterValueConverter in com.luciad.util
Methods in com.luciad.util that return ILcdRasterValueConverterModifier and TypeMethodDescriptionTLcdIndexColorModel.getConverter()Returns the converter used to map the color map's data values to internal raster values.Constructors in com.luciad.util with parameters of type ILcdRasterValueConverterModifierConstructorDescriptionTLcdIndexColorModel(int aBits, int aSize, TLcdColorMap aColorMap, ILcdRasterValueConverter aConverter) Creates a newTLcdIndexColorModel, using the coloring from the givenTLcdColorMap, and the given converter.