Package com.luciad.format.usrp
Class TLcdUSRPTile
java.lang.Object
com.luciad.format.raster.TLcdBufferedTile
com.luciad.format.usrp.TLcdUSRPTile
- All Implemented Interfaces:
ILcdSubtiledTile
,ILcdTile
,ILcdDisposable
,AutoCloseable
This
ILcdTile
contains additional information about the
USRP/ASRP/ADRG zone that it represents.- Since:
- 2.3
-
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
ConstructorDescriptionTLcdUSRPTile
(String aFileName, int aImageIndex, int aWidth, int aHeight, int aSubTileWidth, int aSubTileHeight, ILcdTileDecoder aDecoder, ILcdBuffer aBuffer, int aPixelSize, int aDefaultValue, ColorModel aColorModel, TLcdUSRPZoneDescriptor aUSRPZoneDescriptor) -
Method Summary
Modifier and TypeMethodDescriptionReturns the descriptor containing additional information about the USRP/ASRP/ADRG zone.Methods inherited from class com.luciad.format.raster.TLcdBufferedTile
createImage, createImage, createImage, createImage, dispose, getBitOffset, getColorModel, getFileName, getForcedTransparentColorIndex, getHeight, getImageIndex, getPixelSize, getSubTileHeight, getSubTileWidth, getTileDecoder, getType, getURL, getWidth, 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
-
TLcdUSRPTile
public TLcdUSRPTile(String aFileName, int aImageIndex, int aWidth, int aHeight, int aSubTileWidth, int aSubTileHeight, ILcdTileDecoder aDecoder, ILcdBuffer aBuffer, int aPixelSize, int aDefaultValue, ColorModel aColorModel, TLcdUSRPZoneDescriptor aUSRPZoneDescriptor)
-
-
Method Details
-
getUSRPZoneDescriptor
Returns the descriptor containing additional information about the USRP/ASRP/ADRG zone.
-