Uses of Class
com.luciad.format.raster.ALcdRasterPainter
Package
Description
Provides representations, decoders, and encoders for rasters.
Contains a layer factory for models that contain an
ALcdWMSProxy
object.-
Uses of ALcdRasterPainter in com.luciad.format.raster
Modifier and TypeClassDescriptionclass
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
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. -
Uses of ALcdRasterPainter in com.luciad.wms.client.gxy
Modifier and TypeMethodDescriptionTLcdWMSProxyGXYPainter.getDelegateRasterPainter()
Returns theALcdRasterPainter
to which the rendering of the object is delegated.Modifier and TypeMethodDescriptionvoid
TLcdWMSProxyGXYPainter.setDelegateRasterPainter
(ALcdRasterPainter aGXYPainter) Sets theALcdRasterPainter
to which the rendering of the raster object is delegated.