Uses of Class
com.luciad.imaging.ALcdImagingEngine
Packages that use 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
Constructors in com.luciad.format.raster with parameters of type ALcdImagingEngineModifierConstructorDescriptionTLcdGeoTIFFModelEncoder
(ALcdImagingEngine aImagingEngine) Creates a GeoTIFF model encoder with the specified imaging engine. -
Uses of ALcdImagingEngine in com.luciad.fusion.engine
Methods in com.luciad.fusion.engine that return ALcdImagingEngineModifier 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
Methods in com.luciad.imaging that return ALcdImagingEngineModifier 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
Constructors in com.luciad.util.height with parameters of type ALcdImagingEngineModifierConstructorDescriptionTLcdImageHeightProvider
(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
Methods in com.luciad.util.measure that return ALcdImagingEngineModifier and TypeMethodDescriptionTLcdImageMeasureProviderFactory.getImagingEngine()
Returns the imaging engine to use to retrieve the pixel values from the images.TLcdImageModelMeasureProviderFactory.getImagingEngine()
Returns the imaging engine to use to retrieve the pixel values from the images.Methods in com.luciad.util.measure with parameters of type ALcdImagingEngineModifier and TypeMethodDescriptionvoid
TLcdImageMeasureProviderFactory.setImagingEngine
(ALcdImagingEngine aImagingEngine) Sets the imaging engine to use to retrieve the pixel values from the images.void
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
Methods in com.luciad.view.gxy.painter with parameters of type ALcdImagingEngineModifier 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.Constructors in com.luciad.view.gxy.painter with parameters of type ALcdImagingEngineModifierConstructorDescriptionTLcdGXYImageIconPainter
(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.