Uses of Class
com.luciad.format.raster.TLcdDTEDCellDescriptor
Packages that use TLcdDTEDCellDescriptor
Package
Description
Provides representations, decoders, and encoders for rasters.
-
Uses of TLcdDTEDCellDescriptor in com.luciad.format.raster
Methods in com.luciad.format.raster that return TLcdDTEDCellDescriptorModifier 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.Constructors in com.luciad.format.raster with parameters of type TLcdDTEDCellDescriptorModifierConstructorDescriptionTLcdDTEDModelDescriptor
(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)