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
ConstructorDescriptionTLcdDTEDTile
(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.int
Returns the height of the tile, expressed in pixels.int
Returns the height of a subtile in pixels.int
Returns the width of a subtile in pixels.int
getWidth()
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, setWidth
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:ILcdTile
Returns the width of the tile, expressed in pixels.- Specified by:
getWidth
in interfaceILcdTile
- Overrides:
getWidth
in classTLcdBufferedTile
-
getHeight
public int getHeight()Description copied from interface:ILcdTile
Returns the height of the tile, expressed in pixels.- Specified by:
getHeight
in interfaceILcdTile
- Overrides:
getHeight
in classTLcdBufferedTile
-
getSubTileWidth
public int getSubTileWidth()Description copied from interface:ILcdSubtiledTile
Returns 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:
getSubTileWidth
in interfaceILcdSubtiledTile
- Overrides:
getSubTileWidth
in classTLcdBufferedTile
-
getSubTileHeight
public int getSubTileHeight()Description copied from interface:ILcdSubtiledTile
Returns 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:
getSubTileHeight
in interfaceILcdSubtiledTile
- Overrides:
getSubTileHeight
in classTLcdBufferedTile
-