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 TypeClassDescriptionclassTLcdAllInMemoryRasterPainterimplements 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.classThisILcdGXYPaintercan paintILcdMultilevelRasterinstances, warping them between different coordinate systems as required.classThisILcdGXYPaintercan paintILcdRasterinstances, 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 theALcdRasterPainterto which the rendering of the object is delegated.Methods in com.luciad.wms.client.gxy with parameters of type ALcdRasterPainterModifier and TypeMethodDescriptionvoidTLcdWMSProxyGXYPainter.setDelegateRasterPainter(ALcdRasterPainter aGXYPainter) Sets theALcdRasterPainterto which the rendering of the raster object is delegated.