Package com.luciad.format.raster
Class TLcdDTEDTile
java.lang.Object
com.luciad.format.raster.TLcdBufferedTile
com.luciad.format.raster.TLcdDTEDTile
- All Implemented Interfaces:
ILcdSubtiledTile,ILcdTile,ILcdDisposable,AutoCloseable
This
ILcdTile contains additional information about the
DTED cell that it represents.-
Field Summary
Fields inherited from class com.luciad.format.raster.TLcdBufferedTile
fBitOffset, fBuffer, fColorModel, fDecoder, fDefaultValue, fFileName, fForcedTransparentColorIndex, fHeight, fImageIndex, fIsAllDefault, fPixelSize, fSigned, fSubTileHeight, fSubTileWidth, fType, fURL, fWidth -
Constructor Summary
ConstructorsConstructorDescriptionTLcdDTEDTile(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) -
Method Summary
Modifier and TypeMethodDescriptionReturns the descriptor containing additional information about the DTED cell.intReturns the height of the tile, expressed in pixels.intReturns the height of a subtile in pixels.intReturns the width of a subtile in pixels.intgetWidth()Returns the width of the tile, expressed in pixels.Methods inherited from class com.luciad.format.raster.TLcdBufferedTile
createImage, createImage, createImage, createImage, dispose, getBitOffset, getColorModel, getFileName, getForcedTransparentColorIndex, getImageIndex, getPixelSize, getTileDecoder, getType, getURL, isAllDefault, isSigned, isTraceOn, retrieveTile, retrieveValue, setClassTraceOn, setColorModel, setFileName, setForcedTransparentColorIndex, setHeight, setImageIndex, setSigned, setTraceOn, setURL, setWidthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.luciad.util.ILcdDisposable
close
-
Constructor Details
-
TLcdDTEDTile
public 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) -
TLcdDTEDTile
public 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)
-
-
Method Details
-
getDTEDCellDescriptor
Returns the descriptor containing additional information about the DTED cell. -
getWidth
public int getWidth()Description copied from interface:ILcdTileReturns the width of the tile, expressed in pixels.- Specified by:
getWidthin interfaceILcdTile- Overrides:
getWidthin classTLcdBufferedTile
-
getHeight
public int getHeight()Description copied from interface:ILcdTileReturns the height of the tile, expressed in pixels.- Specified by:
getHeightin interfaceILcdTile- Overrides:
getHeightin classTLcdBufferedTile
-
getSubTileWidth
public int getSubTileWidth()Description copied from interface:ILcdSubtiledTileReturns the width of a subtile in pixels. May be equal to the width of the parent tile (as returned by the getWidth() method), in which case the tile is not subdivided.- Specified by:
getSubTileWidthin interfaceILcdSubtiledTile- Overrides:
getSubTileWidthin classTLcdBufferedTile
-
getSubTileHeight
public int getSubTileHeight()Description copied from interface:ILcdSubtiledTileReturns the height of a subtile in pixels. May be equal to the height of the parent tile (as returned by the getHeight() method), in which case the tile is not subdivided.- Specified by:
getSubTileHeightin interfaceILcdSubtiledTile- Overrides:
getSubTileHeightin classTLcdBufferedTile
-