Uses of Interface
com.luciad.format.raster.ILcdParameterizedIcon
Package
Description
Provides 2D visualization support for
ILcdEarthTileSet
s.Contains various utility classes used by the Earth 2D painters.
Contains a Lightspeed layer builder for visualizing GRIB data.
Provides representations, decoders, and encoders for rasters.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
Provides a generic model for styles.
-
Uses of ILcdParameterizedIcon in com.luciad.earth.view.gxy
Modifier and TypeMethodDescriptionTLcdEarthGXYMultivaluedRasterPainter.getParameterizedIcon()
Returns the parameterized icon that is used.Modifier and TypeMethodDescriptionvoid
TLcdEarthGXYMultivaluedRasterPainter.setParameterizedIcon
(ILcdParameterizedIcon aParameterizedIcon) Sets the parameterized icon that is used. -
Uses of ILcdParameterizedIcon in com.luciad.earth.view.gxy.util
Modifier and TypeClassDescriptionclass
A base class forILcdParameterizedIcon
s that paint a 2-dimensional vector.class
Abstract implementation ofILcdParameterizedIcon
.class
An arrow icon with a color depending on the strength.class
An icon that paints another icon with a density that is based on the strength of a vector.class
ThisILcdParameterizedIcon
displays wind barbs.ModifierConstructorDescriptionTLcdEarthSparseIcon
(ILcdParameterizedIcon aDelegate, ALcdEarth2DVectorIcon.Parameterization aType, int aDeltaX, int aDeltaY, double aMinimumStrength, double aMaximumStrength) Constructs a new sparse icon. -
Uses of ILcdParameterizedIcon in com.luciad.format.grib.lightspeed
Modifier and TypeMethodDescriptionstatic ILcdParameterizedIcon
TLspGRIBLayerBuilder.createParameterizedIcon
(ALcdGRIBIcon aGRIBIcon) Deprecated.Creates a newILcdParameterizedIcon
based one the given GRIB icon. -
Uses of ILcdParameterizedIcon in com.luciad.format.raster
Modifier and TypeClassDescriptionclass
ThisILcdParameterizedIcon
displays numbers, based on the first value in the array of parameters. -
Uses of ILcdParameterizedIcon in com.luciad.view.gxy.painter
Modifier and TypeMethodDescriptionTLcdGXYImageIconPainter.getParameterizedIcon()
Returns the parameterized icon.Modifier and TypeMethodDescriptionvoid
TLcdGXYImageIconPainter.setParameterizedIcon
(ILcdParameterizedIcon aParameterizedIcon) Sets the parameterized icon. -
Uses of ILcdParameterizedIcon in com.luciad.view.lightspeed.style
Modifier and TypeMethodDescriptionTLspParameterizedRasterIconStyle.getIcon()
Returns the icon to use for multi-valued raster data (if any).Modifier and TypeMethodDescriptionTLspParameterizedRasterIconStyle.Builder.icon
(ILcdParameterizedIcon aIcon) Sets the icon to use for multi-valued rasters (if any).