Uses of Class
com.luciad.format.raster.ALcdRasterPainter
Packages that use 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
Subclasses of ALcdRasterPainter in com.luciad.format.rasterModifier 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
Methods in com.luciad.wms.client.gxy that return ALcdRasterPainterModifier and TypeMethodDescriptionTLcdWMSProxyGXYPainter.getDelegateRasterPainter()
Returns theALcdRasterPainter
to which the rendering of the object is delegated.Methods in com.luciad.wms.client.gxy with parameters of type ALcdRasterPainterModifier and TypeMethodDescriptionvoid
TLcdWMSProxyGXYPainter.setDelegateRasterPainter
(ALcdRasterPainter aGXYPainter) Sets theALcdRasterPainter
to which the rendering of the raster object is delegated.