Uses of Class
com.luciad.format.raster.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
Modifier and TypeClassDescriptionclass
This class is anILcdTileDecoder
for BCI tiles. -
Uses of ALcdTileDecoder in com.luciad.format.cadrg
Modifier and TypeClassDescriptionclass
ThisILcdTileDecoder
decodes CADRG/CIB frame files. -
Uses of ALcdTileDecoder in com.luciad.format.grib
Modifier and TypeClassDescriptionclass
Deprecated.The NetCDF decoder should be used to decode GRIB data. -
Uses of ALcdTileDecoder in com.luciad.format.nitf
Modifier and TypeClassDescriptionclass
ThisILcdTileDecoder
decodes uncompressed images in NITF files. -
Uses of ALcdTileDecoder in com.luciad.format.raster
Modifier 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.