Uses of Class
com.luciad.imaging.ALcdImageMosaic
Package
Description
Provides support for decoding CADRG files.
Provides support for decoding GeoSPOT files.
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.
-
Uses of ALcdImageMosaic in com.luciad.format.cadrg
Modifier and TypeClassDescriptionclass
ThisILcdRaster
contains additional information about the CADRG/CIB Boundary Rectangle that it represents. -
Uses of ALcdImageMosaic in com.luciad.format.geospot
Modifier and TypeClassDescriptionclass
ThisILcdRaster
contains additional information about the GeoSPOT tile that it represents. -
Uses of ALcdImageMosaic in com.luciad.imaging
Modifier and TypeMethodDescriptionTLcdImageMosaicBuilder.buildImageMosaic()
Create a newALcdImageMosaic
with the currently defined properties.TLcdRasterImageBuilder.buildImageMosaic()
Create a new image mosaic.abstract ALcdImageMosaic
ALcdMultilevelImageMosaic.getLevel
(int aLevel) Returns the image mosaic at the given level. -
Uses of ALcdImageMosaic in com.luciad.util.height
ModifierConstructorDescriptionTLcdImageHeightProvider
(ALcdImageMosaic aImageMosaic) Create a new height provider using a default 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.