Uses of Interface
com.luciad.format.raster.ILcdTile
Packages that use ILcdTile
Package
Description
Provides 2D visualization support for
ILcdEarthTileSets.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
Methods in com.luciad.earth.view.gxy that return ILcdTileModifier and TypeMethodDescriptionprotected ILcdTileTLcdEarthGXYElevationRasterPainter.createRasterTile(ALcdEarthTile aTile) Creates anILcdTilecorresponding to the specifiedALcdEarthTile.protected ILcdTileTLcdEarthGXYRasterPainter.createRasterTile(ALcdEarthTile aTile) Creates anILcdTilecorresponding to the specifiedALcdEarthTile.protected ILcdTileTLcdEarthGXYSinglevaluedRasterPainter.createRasterTile(ALcdEarthTile aTile) Creates anILcdTilecorresponding to the specifiedALcdEarthTile.protected ILcdTileTLcdEarthGXYRasterPainter.getEmptyTile()Returns a representative empty tile for this painter.protected ILcdTileTLcdEarthGXYSinglevaluedRasterPainter.getEmptyTile() -
Uses of ILcdTile in com.luciad.format.cadrg
Classes in com.luciad.format.cadrg that implement ILcdTileModifier and TypeClassDescriptionclassThisILcdTilecontains additional information about the CADRG/CIB frame that it represents.Methods in com.luciad.format.cadrg that return ILcdTileConstructors in com.luciad.format.cadrg with parameters of type ILcdTileModifierConstructorDescriptionTLcdCADRGRaster(ILcdBounds aBounds, double aTileWidth, double aTileHeight, ILcdTile[][] aTiles, double aPixelDensity, TLcdCADRGBoundaryRectangleDescriptor aCADRGBoundaryRectangleDescriptor) -
Uses of ILcdTile in com.luciad.format.ecrg
Classes in com.luciad.format.ecrg that implement ILcdTile -
Uses of ILcdTile in com.luciad.format.geospot
Methods in com.luciad.format.geospot that return ILcdTileConstructors in com.luciad.format.geospot with parameters of type ILcdTileModifierConstructorDescriptionTLcdGeoSPOTRaster(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
Subinterfaces of ILcdTile in com.luciad.format.rasterModifier and TypeInterfaceDescriptioninterfaceThis interface defines an ILcdTile which is further subdivided into subtiles.Classes in com.luciad.format.raster that implement ILcdTileModifier and TypeClassDescriptionclassThis implementation ofILcdTileprovides lazy decoding of image data that can be retrieved from a file or from a URL.classThis basic implementation ofILcdTileretrieves its pixel values from a given array of bytes.classThisILcdTilerepresents a specified rectangle of a given tile as a new tile.classThisILcdTilecontains additional information about the DTED cell that it represents.classThis basic implementation ofILcdTileretrieves its pixel values from a given array of integers.classThisILcdTileprovides a simple wrapper for aRenderedImage.classImportant notice: the packagecom.luciad.imagingpresents a new API for the modeling of raster data.Methods in com.luciad.format.raster that return ILcdTileModifier 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) Constructors in com.luciad.format.raster with parameters of type ILcdTileModifierConstructorDescriptionTLcdClippedTile(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
Methods in com.luciad.format.swissdhm that return ILcdTileModifier and TypeMethodDescriptionTLcdSwissDHMMatrixModelDecoder.createTile(String aSourceName, int aTileWidth, int aTileHeight) Decodes the given DHM file as anILcdTile. -
Uses of ILcdTile in com.luciad.format.usrp
Classes in com.luciad.format.usrp that implement ILcdTileModifier and TypeClassDescriptionclassThisILcdTilecontains additional information about the USRP/ASRP/ADRG zone that it represents.Constructors in com.luciad.format.usrp with parameters of type ILcdTileModifierConstructorDescriptionTLcdUSRPLegend(String aName, ILcdTile aTile) Creates a new TLcdUSRPLegend with the given contents. -
Uses of ILcdTile in com.luciad.ogc.wcs.client
Methods in com.luciad.ogc.wcs.client that return ILcdTileModifier 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
Methods in com.luciad.tea.hypsometry that return ILcdTileModifier 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 ILcdTileTLcdHypsometricEarthPainter.createRasterTile(ALcdEarthTile aTile) protected ILcdTileTLcdHypsometricEarthPainter.getEmptyTile()