Uses of Class
com.luciad.format.raster.TLcdDTEDCellDescriptor
Package
Description
Provides representations, decoders, and encoders for rasters.
-
Uses of TLcdDTEDCellDescriptor in com.luciad.format.raster
Modifier and TypeMethodDescriptionTLcdDTEDModelDescriptor.getDTEDCellDescriptor()
Returns the cell descriptor that corresponds to a single DTED.TLcdDTEDTile.getDTEDCellDescriptor()
Returns the descriptor containing additional information about the DTED cell.ModifierConstructorDescriptionTLcdDTEDModelDescriptor
(String aSourceName, String aDisplayName, TLcdDTEDCellDescriptor aDTEDCellDescriptor) Creates a new TLcdDTEDModelDescriptor with the given source name, display name, and cell descriptor.TLcdDTEDModelDescriptor
(String aSourceName, String aDisplayName, String aTypeName, TLcdDTEDCellDescriptor aDTEDCellDescriptor) Creates a new TLcdDTEDModelDescriptor with the given source name, display name, type name, and cell descriptor.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)