Uses of Class
com.luciad.format.raster.ALcdTileDecoder
Packages that use ALcdTileDecoder
Package
Description
Provides support for decoding BCI files.
Provides support for decoding CADRG files.
Provides decoders for handling GRIB data.
Provides support for decoding NITF files.
Provides representations, decoders, and encoders for rasters.
-
Uses of ALcdTileDecoder in com.luciad.format.bci
Subclasses of ALcdTileDecoder in com.luciad.format.bciModifier and TypeClassDescriptionclass
This class is anILcdTileDecoder
for BCI tiles. -
Uses of ALcdTileDecoder in com.luciad.format.cadrg
Subclasses of ALcdTileDecoder in com.luciad.format.cadrgModifier and TypeClassDescriptionclass
ThisILcdTileDecoder
decodes CADRG/CIB frame files. -
Uses of ALcdTileDecoder in com.luciad.format.grib
Subclasses of ALcdTileDecoder in com.luciad.format.gribModifier and TypeClassDescriptionclass
Deprecated.The NetCDF decoder should be used to decode GRIB data. -
Uses of ALcdTileDecoder in com.luciad.format.nitf
Subclasses of ALcdTileDecoder in com.luciad.format.nitfModifier and TypeClassDescriptionclass
ThisILcdTileDecoder
decodes uncompressed images in NITF files. -
Uses of ALcdTileDecoder in com.luciad.format.raster
Subclasses of ALcdTileDecoder in com.luciad.format.rasterModifier and TypeClassDescriptionclass
ThisILcdTileDecoder
decodes BIL (Band Interleaved by Line) tiles.class
ThisILcdTileDecoder
decodes images in BMP format.class
TLcdDTEDCellDecoder
is anILcdTileDecoder
that decodes a DEM tiles.class
ThisILcdTileDecoder
decodes DMED cells on the integer grid of 1° by 1°.class
ThisILcdTileDecoder
decodes 1° by 1° DTED cells of any level (0, 1, or 2).class
ThisILcdTileDecoder
can decode GIF images.class
This class is anILcdTileDecoder
for PNM (Portable aNyMap) images, being PBM (Portable BitMap), PGM (Portable GrayMap), and PPM (Portable PixMap).class
Deprecated.UseTLcdPNMImageDecoder
.class
ThisILcdTileDecoder
decodes uncompressed tiles of bytes, shorts, or integers.