Uses of Interface
com.luciad.format.raster.ILcdParameterizedIcon
Packages that use ILcdParameterizedIcon
Package
Description
Provides 2D visualization support for
ILcdEarthTileSets.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
Methods in com.luciad.earth.view.gxy that return ILcdParameterizedIconModifier and TypeMethodDescriptionTLcdEarthGXYMultivaluedRasterPainter.getParameterizedIcon()Returns the parameterized icon that is used.Methods in com.luciad.earth.view.gxy with parameters of type ILcdParameterizedIconModifier and TypeMethodDescriptionvoidTLcdEarthGXYMultivaluedRasterPainter.setParameterizedIcon(ILcdParameterizedIcon aParameterizedIcon) Sets the parameterized icon that is used. -
Uses of ILcdParameterizedIcon in com.luciad.earth.view.gxy.util
Classes in com.luciad.earth.view.gxy.util that implement ILcdParameterizedIconModifier and TypeClassDescriptionclassA base class forILcdParameterizedIcons that paint a 2-dimensional vector.classAbstract implementation ofILcdParameterizedIcon.classAn arrow icon with a color depending on the strength.classAn icon that paints another icon with a density that is based on the strength of a vector.classThisILcdParameterizedIcondisplays wind barbs.Constructors in com.luciad.earth.view.gxy.util with parameters of type ILcdParameterizedIconModifierConstructorDescriptionTLcdEarthSparseIcon(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
Methods in com.luciad.format.grib.lightspeed that return ILcdParameterizedIconModifier and TypeMethodDescriptionstatic ILcdParameterizedIconTLspGRIBLayerBuilder.createParameterizedIcon(ALcdGRIBIcon aGRIBIcon) Deprecated.Creates a newILcdParameterizedIconbased one the given GRIB icon. -
Uses of ILcdParameterizedIcon in com.luciad.format.raster
Classes in com.luciad.format.raster that implement ILcdParameterizedIconModifier and TypeClassDescriptionclassThisILcdParameterizedIcondisplays numbers, based on the first value in the array of parameters. -
Uses of ILcdParameterizedIcon in com.luciad.view.gxy.painter
Methods in com.luciad.view.gxy.painter that return ILcdParameterizedIconModifier and TypeMethodDescriptionTLcdGXYImageIconPainter.getParameterizedIcon()Returns the parameterized icon.Methods in com.luciad.view.gxy.painter with parameters of type ILcdParameterizedIconModifier and TypeMethodDescriptionvoidTLcdGXYImageIconPainter.setParameterizedIcon(ILcdParameterizedIcon aParameterizedIcon) Sets the parameterized icon. -
Uses of ILcdParameterizedIcon in com.luciad.view.lightspeed.style
Methods in com.luciad.view.lightspeed.style that return ILcdParameterizedIconModifier and TypeMethodDescriptionTLspParameterizedRasterIconStyle.getIcon()Returns the icon to use for multi-valued raster data (if any).Methods in com.luciad.view.lightspeed.style with parameters of type ILcdParameterizedIconModifier and TypeMethodDescriptionTLspParameterizedRasterIconStyle.Builder.icon(ILcdParameterizedIcon aIcon) Sets the icon to use for multi-valued rasters (if any).