Uses of Interface
com.luciad.format.raster.ILcdTileDecoder
Packages that use ILcdTileDecoder
Package
Description
Provides support for decoding BCI files.
Provides support for decoding CADRG files.
Provides decoders for handling GRIB data.
Provides support for decoding and encoding JPEG2000 files and decoding JPIP files.
Provides support for decoding MrSid files.
Provides representations, decoders, and encoders for rasters.
Provides support for decoding USRP files.
-
Uses of ILcdTileDecoder in com.luciad.format.bci
Classes in com.luciad.format.bci that implement ILcdTileDecoderModifier and TypeClassDescriptionclassThis class is anILcdTileDecoderfor BCI tiles. -
Uses of ILcdTileDecoder in com.luciad.format.cadrg
Classes in com.luciad.format.cadrg that implement ILcdTileDecoderModifier and TypeClassDescriptionclassThisILcdTileDecoderdecodes CADRG/CIB frame files.Constructors in com.luciad.format.cadrg with parameters of type ILcdTileDecoderModifierConstructorDescriptionTLcdCADRGTile(String aFileName, ILcdTileDecoder aDecoder, ILcdBuffer aBuffer, boolean aExpandColorMap, TLcdCADRGFrameDescriptor aCADRGFrameDescriptor) Creates a new TLcdCADRGTile.TLcdCADRGTile(String aFileName, ILcdTileDecoder aDecoder, ILcdBuffer aBuffer, TLcdCADRGFrameDescriptor aCADRGFrameDescriptor) Creates a new TLcdCADRGTile. -
Uses of ILcdTileDecoder in com.luciad.format.grib
Classes in com.luciad.format.grib that implement ILcdTileDecoderModifier and TypeClassDescriptionclassDeprecated.The NetCDF decoder should be used to decode GRIB data. -
Uses of ILcdTileDecoder in com.luciad.format.jpeg2000
Classes in com.luciad.format.jpeg2000 that implement ILcdTileDecoderModifier and TypeClassDescriptionclassThis class is anILcdTileDecoderfor JPEG2000 images. -
Uses of ILcdTileDecoder in com.luciad.format.mrsid
Classes in com.luciad.format.mrsid that implement ILcdTileDecoderModifier and TypeClassDescriptionclassThis class is anILcdTileDecoderfor MrSID images. -
Uses of ILcdTileDecoder in com.luciad.format.raster
Classes in com.luciad.format.raster that implement ILcdTileDecoderModifier and TypeClassDescriptionclassThis class is an abstract basis for implementingILcdTileDecoder.classThisILcdTileDecoderdecodes BIL (Band Interleaved by Line) tiles.classThisILcdTileDecoderdecodes images in BMP format.classTLcdDTEDCellDecoderis anILcdTileDecoderthat decodes a DEM tiles.classThisILcdTileDecoderdecodes DMED cells on the integer grid of 1° by 1°.classThisILcdTileDecoderdecodes 1° by 1° DTED cells of any level (0, 1, or 2).classThisILcdTileDecoderdecodes GeoTIFF images and TIFF images in general.classThisILcdTileDecodercan decode GIF images.classTLcdImageDecoderis anILcdTileDecoderfor images supported by the platform's native implementation of the Toolkit, i.e.,Toolkit.getDefaultToolkit().classThis class is anILcdTileDecoderfor PNM (Portable aNyMap) images, being PBM (Portable BitMap), PGM (Portable GrayMap), and PPM (Portable PixMap).classDeprecated.UseTLcdPNMImageDecoder.classThis class decodes shaded values based on the values returned by anotherILcdTileDecoder.classDeprecated.classThisILcdTileDecoderdecodes uncompressed tiles of bytes, shorts, or integers.Fields in com.luciad.format.raster declared as ILcdTileDecoderMethods in com.luciad.format.raster that return ILcdTileDecoderConstructors in com.luciad.format.raster with parameters of type ILcdTileDecoderModifierConstructorDescriptionTLcdBufferedTile(String aFileName, int aImageIndex, int aWidth, int aHeight, int aSubTileWidth, int aSubTileHeight, ILcdTileDecoder aDecoder, int aType, int aBitOffset, int aPixelSize, ILcdBuffer aBuffer, int aDefaultValue, ColorModel aColorModel) Deprecated.Type and offset don't need to be specified; they are now decoded by the given ILcdTileDecoder.TLcdBufferedTile(String aFileName, int aImageIndex, int aWidth, int aHeight, int aSubTileWidth, int aSubTileHeight, ILcdTileDecoder aDecoder, ILcdBuffer aBuffer, int aPixelSize, int aDefaultValue, ColorModel aColorModel) Creates aTLcdBufferedTileof an image accessible through a given file name.TLcdBufferedTile(String aFileName, int aImageIndex, int aWidth, int aHeight, int aSubTileWidth, int aSubTileHeight, ILcdTileDecoder aDecoder, ILcdBuffer aBuffer, int aPixelSize, int aDefaultValue, ColorModel aColorModel, boolean aSigned) Creates aTLcdBufferedTileof an image accessible through a given file name.TLcdBufferedTile(String aFileName, int aImageIndex, int aSubTileWidth, int aSubTileHeight, ILcdTileDecoder aDecoder, int aType, int aBitOffset, int aPixelSize, ILcdBuffer aBuffer, int aDefaultValue) Deprecated.Type and offset don't need to be specified; they are now decoded by the given ILcdTileDecoder.TLcdBufferedTile(String aFileName, int aImageIndex, int aSubTileWidth, int aSubTileHeight, ILcdTileDecoder aDecoder, ILcdBuffer aBuffer, int aPixelSize, int aDefaultValue) Creates aTLcdBufferedTileof an image accessible through a given file name.TLcdBufferedTile(String aFileName, int aImageIndex, ILcdTileDecoder aDecoder, int aType, int aBitOffset, int aPixelSize, ILcdBuffer aBuffer, int aDefaultValue) Deprecated.Type and offset don't need to be specified; they are now decoded by the given ILcdTileDecoder.TLcdBufferedTile(String aFileName, int aImageIndex, ILcdTileDecoder aDecoder, ILcdBuffer aBuffer) Creates aTLcdBufferedTileof an image accessible through a given file name.TLcdBufferedTile(String aFileName, int aImageIndex, ILcdTileDecoder aDecoder, ILcdBuffer aBuffer, int aPixelSize, int aDefaultValue) Creates aTLcdBufferedTileof an image accessible through a given file name.TLcdBufferedTile(URL aURL, int aImageIndex, int aWidth, int aHeight, int aSubTileWidth, int aSubTileHeight, ILcdTileDecoder aDecoder, int aType, int aBitOffset, int aPixelSize, ILcdBuffer aBuffer, int aDefaultValue, ColorModel aColorModel) Deprecated.Type and offset don't need to be specified; they are now decoded by the given ILcdTileDecoder.TLcdBufferedTile(URL aURL, int aImageIndex, int aWidth, int aHeight, int aSubTileWidth, int aSubTileHeight, ILcdTileDecoder aDecoder, ILcdBuffer aBuffer, int aPixelSize, int aDefaultValue, ColorModel aColorModel) Creates aTLcdBufferedTileas a sub-tile of an image accessible through a given URL.TLcdBufferedTile(URL aURL, int aImageIndex, int aSubTileWidth, int aSubTileHeight, ILcdTileDecoder aDecoder, int aType, int aBitOffset, int aPixelSize, ILcdBuffer aBuffer, int aDefaultValue) Deprecated.Type and offset don't need to be specified; they are now decoded by the given ILcdTileDecoder.TLcdBufferedTile(URL aURL, int aImageIndex, int aSubTileWidth, int aSubTileHeight, ILcdTileDecoder aDecoder, ILcdBuffer aBuffer, int aPixelSize, int aDefaultValue) Creates aTLcdBufferedTileof an image accessible through a given URL.TLcdBufferedTile(URL aURL, int aImageIndex, ILcdTileDecoder aDecoder, int aType, int aBitOffset, int aPixelSize, ILcdBuffer aBuffer, int aDefaultValue) Deprecated.Type and offset don't need to be specified; they are now decoded by the given ILcdTileDecoder.TLcdBufferedTile(URL aURL, int aImageIndex, ILcdTileDecoder aDecoder, ILcdBuffer aBuffer) Creates aTLcdBufferedTileof an image accessible through a given URL.TLcdBufferedTile(URL aURL, int aImageIndex, ILcdTileDecoder aDecoder, ILcdBuffer aBuffer, int aPixelSize, int aDefaultValue) Creates aTLcdBufferedTileof an image accessible through a given URL.TLcdDTEDTile(String aFileName, int aImageIndex, int aWidth, int aHeight, int aSubTileWidth, int aSubTileHeight, ILcdTileDecoder aDecoder, ILcdBuffer aBuffer, int aPixelSize, int aDefaultValue, ColorModel aColorModel, TLcdDTEDCellDescriptor aDTEDCellDescriptor) TLcdDTEDTile(String aFileName, int aImageIndex, int aWidth, int aHeight, int aSubTileWidth, int aSubTileHeight, ILcdTileDecoder aDecoder, ILcdBuffer aBuffer, int aPixelSize, int aDefaultValue, ColorModel aColorModel, TLcdDTEDCellDescriptor aDTEDCellDescriptor, ILcdInputStreamFactory aInputStreamFactory) TLcdShadedTileDecoder(ILcdTileDecoder aTileDecoder) -
Uses of ILcdTileDecoder in com.luciad.format.usrp
Constructors in com.luciad.format.usrp with parameters of type ILcdTileDecoderModifierConstructorDescriptionTLcdUSRPTile(String aFileName, int aImageIndex, int aWidth, int aHeight, int aSubTileWidth, int aSubTileHeight, ILcdTileDecoder aDecoder, ILcdBuffer aBuffer, int aPixelSize, int aDefaultValue, ColorModel aColorModel, TLcdUSRPZoneDescriptor aUSRPZoneDescriptor)