Uses of Interface
com.luciad.format.raster.ILcdTile
Package
Description
Provides 2D visualization support for
ILcdEarthTileSet
s.Provides support for decoding CADRG files.
Provides support for decoding ECRG files.
Provides support for decoding GeoSPOT files.
Provides representations, decoders, and encoders for rasters.
Provides support for decoding Swiss DHM files.
Provides support for decoding USRP files.
Client API for an OGC Web Coverage Service (WCS).
The hypsometry package provides support for computing and rendering slopes,
orientations, azimuths, and other parameters derived from elevations.
-
Uses of ILcdTile in com.luciad.earth.view.gxy
Modifier and TypeMethodDescriptionprotected ILcdTile
TLcdEarthGXYElevationRasterPainter.createRasterTile
(ALcdEarthTile aTile) Creates anILcdTile
corresponding to the specifiedALcdEarthTile
.protected ILcdTile
TLcdEarthGXYRasterPainter.createRasterTile
(ALcdEarthTile aTile) Creates anILcdTile
corresponding to the specifiedALcdEarthTile
.protected ILcdTile
TLcdEarthGXYSinglevaluedRasterPainter.createRasterTile
(ALcdEarthTile aTile) Creates anILcdTile
corresponding to the specifiedALcdEarthTile
.protected ILcdTile
TLcdEarthGXYRasterPainter.getEmptyTile()
Returns a representative empty tile for this painter.protected ILcdTile
TLcdEarthGXYSinglevaluedRasterPainter.getEmptyTile()
-
Uses of ILcdTile in com.luciad.format.cadrg
Modifier and TypeClassDescriptionclass
ThisILcdTile
contains additional information about the CADRG/CIB frame that it represents.ModifierConstructorDescriptionTLcdCADRGRaster
(ILcdBounds aBounds, double aTileWidth, double aTileHeight, ILcdTile[][] aTiles, double aPixelDensity, TLcdCADRGBoundaryRectangleDescriptor aCADRGBoundaryRectangleDescriptor) -
Uses of ILcdTile in com.luciad.format.ecrg
-
Uses of ILcdTile in com.luciad.format.geospot
ModifierConstructorDescriptionTLcdGeoSPOTRaster
(ILcdBounds aBounds, double aTileWidth, double aTileHeight, ILcdTile[][] aTiles, double aPixelDensity, int aDefaultValue, ColorModel aColorModel, TLcdGeoSPOTRasterDescriptor aRasterDescriptor, ILcdModelReference aModelReference) Creates a new TLcdGeoSPOTRaster.TLcdGeoSPOTRaster
(ILcdBounds aBounds, ILcdTile[][] aTiles, double aPixelDensity, int aDefaultValue, ColorModel aColorModel, TLcdGeoSPOTRasterDescriptor aRasterDescriptor, ILcdModelReference aModelReference) Creates a new TLcdGeoSPOTRaster with a regular tiling. -
Uses of ILcdTile in com.luciad.format.raster
Modifier and TypeInterfaceDescriptioninterface
This interface defines an ILcdTile which is further subdivided into subtiles.Modifier and TypeClassDescriptionclass
This implementation ofILcdTile
provides lazy decoding of image data that can be retrieved from a file or from a URL.class
This basic implementation ofILcdTile
retrieves its pixel values from a given array of bytes.class
ThisILcdTile
represents a specified rectangle of a given tile as a new tile.class
ThisILcdTile
contains additional information about the DTED cell that it represents.class
This basic implementation ofILcdTile
retrieves its pixel values from a given array of integers.class
ThisILcdTile
provides a simple wrapper for aRenderedImage
.class
Important notice: the packagecom.luciad.imaging
presents a new API for the modeling of raster data.Modifier and TypeMethodDescriptionTLcdClippedTile.getTile()
ILcdRaster.retrieveTile
(int aRow, int aColumn) Retrieves the specified tile.TLcdRaster.retrieveTile
(int aRow, int aColumn) TLcdSingleTileRaster.retrieveTile
(int aRow, int aColumn) ModifierConstructorDescriptionTLcdClippedTile
(ILcdTile aTile, int aX, int aY, int aWidth, int aHeight) Creates a new TLcdClippedTile.TLcdInterpolatedRaster
(ILcdBounds aBounds, double aTileWidth, double aTileHeight, ILcdTile[][] aTiles, double aPixelDensity, int aDefaultValue, ColorModel aColorModel) Creates a new TLcdInterpolatedRaster.TLcdInterpolatedRaster
(ILcdBounds aBounds, ILcdTile[][] aTiles, double aPixelDensity, int aDefaultValue, ColorModel aColorModel) Creates a new TLcdInterpolatedRaster with a regular tiling.TLcdRaster
(ILcdBounds aBounds, double aTileWidth, double aTileHeight, ILcdTile[][] aTiles, double aPixelDensity, int aDefaultValue, ColorModel aColorModel) Creates a new TLcdRaster.TLcdRaster
(ILcdBounds aBounds, ILcdTile[][] aTiles, double aPixelDensity, int aDefaultValue, ColorModel aColorModel) Creates a new TLcdRaster with a regular tiling.TLcdSingleTileRaster
(ILcdBounds aBounds, double aTileWidth, double aTileHeight, ILcdTile aTile, int aDefaultValue, ColorModel aColorModel) Creates a new TLcdSingleTileRaster.TLcdSingleTileRaster
(ILcdBounds aBounds, ILcdTile aTile, int aDefaultValue, ColorModel aColorModel) Creates a new TLcdSingleTileRaster. -
Uses of ILcdTile in com.luciad.format.swissdhm
Modifier and TypeMethodDescriptionTLcdSwissDHMMatrixModelDecoder.createTile
(String aSourceName, int aTileWidth, int aTileHeight) Decodes the given DHM file as anILcdTile
. -
Uses of ILcdTile in com.luciad.format.usrp
Modifier and TypeClassDescriptionclass
ThisILcdTile
contains additional information about the USRP/ASRP/ADRG zone that it represents.ModifierConstructorDescriptionTLcdUSRPLegend
(String aName, ILcdTile aTile) Creates a new TLcdUSRPLegend with the given contents. -
Uses of ILcdTile in com.luciad.ogc.wcs.client
Modifier and TypeMethodDescriptionILcdWCSCoverageTileDecoder.decodeCoverage
(String aOutputFormat, String aContentType, InputStream aInputStream, TLcdWCSGetCoverageRequest aRequest) Deprecated.Decodes a coverage response to a tile.TLcdWCSGeoTiffCoverageTileDecoder.decodeCoverage
(String aOutputFormat, String aContentType, InputStream aContent, TLcdWCSGetCoverageRequest aRequest) Deprecated. -
Uses of ILcdTile in com.luciad.tea.hypsometry
Modifier and TypeMethodDescriptionILcdHypsometricTileFactory.createHypsometricTile
(ILcdRaster aRaster, int aTileRow, int aTileColumn, double aElevationScale) Creates a hypsometric version of the specified tile.TLcdHypsometricTileFactory.createHypsometricTile
(ILcdRaster aRaster, int aTileRow, int aTileColumn, double aElevationScale) protected ILcdTile
TLcdHypsometricEarthPainter.createRasterTile
(ALcdEarthTile aTile) protected ILcdTile
TLcdHypsometricEarthPainter.getEmptyTile()