Uses of Interface
com.luciad.format.raster.ILcdRasterPainter
Packages that use ILcdRasterPainter
Package
Description
Contains painters and icons for visualizing GRIB data.
This package provides classes for visualizing KML data on 2D maps.
Provides representations, decoders, and encoders for rasters.
The hypsometry package provides support for computing and rendering slopes,
orientations, azimuths, and other parameters derived from elevations.
-
Uses of ILcdRasterPainter in com.luciad.format.grib.gxy
Methods in com.luciad.format.grib.gxy that return ILcdRasterPainterModifier and TypeMethodDescriptionprotected ILcdRasterPainter
TLcdGRIBGXYPainterProvider.createRasterPainter
(TLcdGRIBModelDescriptor aModelDescriptor) Deprecated.Creates and configures a raster painter for the given model descriptor. -
Uses of ILcdRasterPainter in com.luciad.format.kml22.view.gxy
Methods in com.luciad.format.kml22.view.gxy that return ILcdRasterPainterModifier and TypeMethodDescriptionTLcdKML22GXYPainterProvider.getGroundOverlayPainter()
Gets the ILcdRasterPainter that is used to paint TLcdKML22PaintableGroundOverlay instances. -
Uses of ILcdRasterPainter in com.luciad.format.raster
Classes in com.luciad.format.raster that implement ILcdRasterPainterModifier and TypeClassDescriptionclass
This abstract class provides a basis for implementing theILcdRasterPainter
interface.class
TLcdAllInMemoryRasterPainter
implements anILcdGXYPainter
for anILcdRaster
.class
Important notice: the packagecom.luciad.imaging
presents a new API for the modeling of raster data.class
ThisILcdGXYPainter
can paintILcdMultilevelRaster
instances, applying only a scaling transformation.class
ThisILcdGXYPainter
can paintILcdRaster
instances, applying only a scaling transformation.class
Important notice: the packagecom.luciad.imaging
presents a new API for the modeling of raster data.class
This ILcdRasterPainter paints multilevel elevation rasters as translucent rasters with dark or light shading based on the position of the sun.class
This ILcdRasterPainter paints elevation rasters as translucent rasters with dark or light shading based on the position of the sun.class
ThisILcdGXYPainter
can paintILcdMultilevelRaster
instances, warping them between different coordinate systems as required.class
ThisILcdGXYPainter
can paintILcdRaster
instances, warping them between different coordinate systems as required.Constructors in com.luciad.format.raster with parameters of type ILcdRasterPainterModifierConstructorDescriptionTLcdShadedMultilevelRasterPainter
(ILcdRasterPainter aRasterPainter, ILcdBuffer aBuffer) Creates a shaded multi-level raster painter with a buffer for caching the shaded rasters and a painter for painting them.TLcdShadedRasterPainter
(ILcdRasterPainter aRasterPainter, ILcdBuffer aBuffer) Creates a shaded raster painter with a buffer for caching the shaded rasters and a painter for painting them. -
Uses of ILcdRasterPainter in com.luciad.tea.hypsometry
Classes in com.luciad.tea.hypsometry that implement ILcdRasterPainterModifier and TypeClassDescriptionclass
This ILcdRasterPainter paints hypsometric versions of multilevel elevation rasters.class
This ILcdRasterPainter paints hypsometric versions of elevation rasters.Constructors in com.luciad.tea.hypsometry with parameters of type ILcdRasterPainterModifierConstructorDescriptionTLcdHypsometricMultilevelRasterPainter
(ILcdHypsometricMultilevelRasterFactory aHypsometricMultilevelRasterFactory, ILcdRasterPainter aMultilevelRasterPainter) Creates a new TLcdHypsometricMultilevelRasterPainter.TLcdHypsometricRasterPainter
(ILcdHypsometricRasterFactory aHypsometricRasterFactory, ILcdRasterPainter aRasterPainter) Creates a new TLcdHypsometricRasterPainter.