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 ILcdRasterPainterTLcdGRIBGXYPainterProvider.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 TypeClassDescriptionclassThis abstract class provides a basis for implementing theILcdRasterPainterinterface.classTLcdAllInMemoryRasterPainterimplements anILcdGXYPainterfor anILcdRaster.classImportant notice: the packagecom.luciad.imagingpresents a new API for the modeling of raster data.classThisILcdGXYPaintercan paintILcdMultilevelRasterinstances, applying only a scaling transformation.classThisILcdGXYPaintercan paintILcdRasterinstances, applying only a scaling transformation.classImportant notice: the packagecom.luciad.imagingpresents a new API for the modeling of raster data.classThis ILcdRasterPainter paints multilevel elevation rasters as translucent rasters with dark or light shading based on the position of the sun.classThis ILcdRasterPainter paints elevation rasters as translucent rasters with dark or light shading based on the position of the sun.classThisILcdGXYPaintercan paintILcdMultilevelRasterinstances, warping them between different coordinate systems as required.classThisILcdGXYPaintercan paintILcdRasterinstances, 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 TypeClassDescriptionclassThis ILcdRasterPainter paints hypsometric versions of multilevel elevation rasters.classThis 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.