Uses of Class
com.luciad.util.TLcdColorMap
Package
Description
Contains various utility classes used by the Earth 2D painters.
This package contains a painter provider to visualize NetCDF models.
This package contains a layer builder to visualize NetCDF models.
Provides representations, decoders, and encoders for rasters.
Components and utilities for working with Swing based maps.
Contains utility classes used by various image operators.
Terrain analysis add-on for contour calculations.
Contains a broad range of classes related to the visual representation of a map.
Provides a painter that performs and visualizes Line-Of-Sight (LOS)
computations.
Basic utilities.
This package provides a builder to construct
expressions
.Provides a generic model for styles.
-
Uses of TLcdColorMap in com.luciad.earth.view.gxy.util
Modifier and TypeMethodDescriptionTLcdEarthArrowIcon.getColorMap()
Returns the mapping from strengths to colors.Modifier and TypeMethodDescriptionvoid
TLcdEarthArrowIcon.setColorMap
(TLcdColorMap aColorMap) Sets the mapping from strengths to colors.ModifierConstructorDescriptionTLcdEarthArrowIcon
(ALcdEarth2DVectorIcon.Parameterization aType, TLcdColorMap aColorMap) Constructs a new arrow icon. -
Uses of TLcdColorMap in com.luciad.format.netcdf.gxy
Modifier and TypeMethodDescriptionstatic TLcdColorMap
TLcdNetCDFGXYPainterProvider.createDefaultColorMap
(Object aNetCDFObject) Creates a default color map for the given NetCDF object. -
Uses of TLcdColorMap in com.luciad.format.netcdf.lightspeed
Modifier and TypeMethodDescriptionstatic TLcdColorMap
TLspNetCDFLayerBuilder.createDefaultColorMap
(Object aNetCDFObject) Creates a default color map for the given NetCDF object orALcdImage
. -
Uses of TLcdColorMap in com.luciad.format.raster
Modifier and TypeMethodDescriptionstatic TLcdColorMap
TLcdColorModelFactory.createElevationColorMap()
Creates aTLcdColorMap
containing colors and levels optimized for elevation data.static TLcdColorMap
TLcdColorModelFactory.makeDefaultValueInvisible
(ILcdModel aRasterModel, TLcdColorMap aInput) Creates a newTLcdColorMap
based on the given input color map that ensures that the default raster value is invisible.Modifier and TypeMethodDescriptionstatic ColorModel
TLcdColorModelFactory.createColorModel
(ILcdModel aRasterModel, TLcdColorMap aColorMap) Creates aColorModel
foraRasterModel
based on the settings inaColorMap
.static ColorModel
TLcdColorModelFactory.createColorModel
(ILcdModel aRasterModel, TLcdColorMap aColorMap, ILcdRasterValueConverter aRasterValueConverter) Creates aColorModel
foraRasterModel
based on the settings inaColorMap
.static TLcdColorMap
TLcdColorModelFactory.makeDefaultValueInvisible
(ILcdModel aRasterModel, TLcdColorMap aInput) Creates a newTLcdColorMap
based on the given input color map that ensures that the default raster value is invisible. -
Uses of TLcdColorMap in com.luciad.gui.swing
Modifier and TypeMethodDescriptionTLcdColorMapCustomizer.getColorMap()
Returns theTLcdColorMap
that was set usingsetObject
.TLcdColorMapCustomizer.getDefaultColorMap()
Returns the default color map.Modifier and TypeMethodDescriptionvoid
TLcdColorMapCustomizer.setDefaultColorMap
(TLcdColorMap aDefaultColorMap) Sets the default color map. -
Uses of TLcdColorMap in com.luciad.imaging.operator.util
Modifier and TypeMethodDescriptionTLcdLookupTable.Builder.fromColorMap
(TLcdColorMap aColorMap) Sets the table's dimensions, component count, component type, interpolation type, interval and data from a color map. -
Uses of TLcdColorMap in com.luciad.lucy.addons.tea.contour
Modifier and TypeFieldDescriptionstatic final TLcdColorMap
TLcyContourAddOn.COLOR_MAP_VALUE_DEFAULT
Default value for theTLcyContourAddOn.COLOR_MAP_KEY
property. -
Uses of TLcdColorMap in com.luciad.lucy.map.lightspeed
Modifier and TypeMethodDescriptionfinal TLcdColorMap
ALcyLspStyleRepository.getElevationColorMap()
Returns aTLcdColorMap
used to style elevation data.Modifier and TypeMethodDescriptionfinal void
ALcyLspStyleRepository.setElevationColorMap
(TLcdColorMap aElevationColorMap) Set theTLcdColorMap
which is used to style elevation data. -
Uses of TLcdColorMap in com.luciad.tea.lightspeed.los.view
Modifier and TypeMethodDescriptionTLspLOSCoverageStyle.getColorMap()
Gets the color map of this LOS Coverage Style.Modifier and TypeMethodDescriptionTLspLOSCoverageStyle.Builder.colorMap
(TLcdColorMap aColorMap) Sets the color map. -
Uses of TLcdColorMap in com.luciad.util
Modifier and TypeMethodDescriptionTLcdIndexColorModel.getColorMap()
Returns the color map used to create this object.ModifierConstructorDescriptionTLcdIndexColorModel
(int aBits, int aSize, TLcdColorMap aColorMap) Creates a newTLcdIndexColorModel
, using the coloring from the givenTLcdColorMap
.TLcdIndexColorModel
(int aBits, int aSize, TLcdColorMap aColorMap, ILcdRasterValueConverter aConverter) Creates a newTLcdIndexColorModel
, using the coloring from the givenTLcdColorMap
, and the given converter.TLcdIndexColorModel
(int aBits, TLcdColorMap aColorMap) Creates a newTLcdIndexColorModel
.TLcdIndexColorModel
(ColorModel aColorModel, TLcdColorMap aColorMap) Creates a newTLcdIndexColorModel
.TLcdIndexColorModel
(IndexColorModel aColorModel, TLcdColorMap aColorMap) Creates a newTLcdIndexColorModel
. -
Uses of TLcdColorMap in com.luciad.util.expression
Modifier and TypeMethodDescriptionstatic ILcdExpression
<Color> TLcdExpressionFactory.mixmap
(ILcdExpression<Float> aValue, TLcdColorMap aColorMap) Returns an expression that behaves as acolor map
. -
Uses of TLcdColorMap in com.luciad.view.lightspeed.style
Modifier and TypeMethodDescriptionTLspRasterStyle.Builder.colorMap
(TLcdColorMap aColorMap) Sets the color map.