Uses of Class
com.luciad.imaging.ALcdImagingEngine
Package
Description
Provides representations, decoders, and encoders for rasters.
This package provides the LuciadFusion engine.
Provides a domain model for working with pixel data and a framework for performing
image processing on such data.
General interfaces and implementations to retrieve heights from data, for
instance, elevation rasters.
This package contains classes used for working with generic measurement values.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
-
Uses of ALcdImagingEngine in com.luciad.format.raster
ModifierConstructorDescriptionTLcdGeoTIFFModelEncoder
(ALcdImagingEngine aImagingEngine) Creates a GeoTIFF model encoder with the specified imaging engine. -
Uses of ALcdImagingEngine in com.luciad.fusion.engine
Modifier and TypeMethodDescriptionALfnEngineEnvironment.getImagingEngine()
Gets the imaging engine for the environment, which may benull
to indicate that fusion should use the default imaging engine. -
Uses of ALcdImagingEngine in com.luciad.imaging
Modifier and TypeMethodDescriptionstatic ALcdImagingEngine
ALcdImagingEngine.createEngine()
Creates a new imaging engine.static ALcdImagingEngine
ALcdImagingEngine.createEngine
(ALcdImagingEngine.Descriptor aDescriptor) Creates a new imaging engine based on the given descriptor. -
Uses of ALcdImagingEngine in com.luciad.util.height
ModifierConstructorDescriptionTLcdImageHeightProvider
(ALcdBasicImage aImage, ALcdImagingEngine aImagingEngine) Create a new height provider for a given image and imaging engine.TLcdImageHeightProvider
(ALcdBasicImage aImage, ALcdImagingEngine aImagingEngine, int aMinValidHeight, int aMaxValidHeight) Create a new height provider for a given image and imaging engine.TLcdImageHeightProvider
(ALcdImageMosaic aImageMosaic, ALcdImagingEngine aImagingEngine) Create a new height provider.TLcdImageHeightProvider
(ALcdImageMosaic aImageMosaic, ALcdImagingEngine aImagingEngine, int aMinValidHeight, int aMaxValidHeight) Create a new height provider. -
Uses of ALcdImagingEngine in com.luciad.util.measure
Modifier and TypeMethodDescriptionTLcdImageModelMeasureProviderFactory.getImagingEngine()
Returns the imaging engine to use to retrieve the pixel values from the images.Modifier and TypeMethodDescriptionvoid
TLcdImageModelMeasureProviderFactory.setImagingEngine
(ALcdImagingEngine aImagingEngine) Sets the imaging engine to use to retrieve the pixel values from the images. -
Uses of ALcdImagingEngine in com.luciad.view.gxy.painter
Modifier and TypeMethodDescriptionstatic ILcdGXYPainterProvider
TLcdGXYImagePainter.create
(ILcdModel aModel, ALcdImagingEngine aImagingEngine) This method creates a painter provider that configures a GXY painter with the defaults for painting raster data.ModifierConstructorDescriptionTLcdGXYImageIconPainter
(ALcdImagingEngine aImagingEngine) Create a new TLcdGXYImageIconPainter which uses the specified imaging engine.TLcdGXYImagePainter
(ALcdImagingEngine aImagingEngine) Create a new painter which uses the specified imaging engine.