Uses of Interface
com.luciad.util.ILcdBufferSegment
Package
Description
Provides representations, decoders, and encoders for rasters.
Basic utilities.
-
Uses of ILcdBufferSegment in com.luciad.format.raster
Modifier and TypeMethodDescriptionILcdTileInfo.getBufferSegment()
Returns the buffer segment that contains the actual data of the tile.TLcdTileInfo.getBufferSegment()
protected ILcdBufferSegment
TLcdBufferedTile.retrieveTile
(int aSubTileRow, int aSubTileColumn) Decodes the specified subtile.ModifierConstructorDescriptionTLcdTileInfo
(int aWidth, int aHeight, int aType, int aPixelSize, int aBitOffset, boolean aAllDefault, ColorModel aColorModel, ILcdBufferSegment aBufferSegment) -
Uses of ILcdBufferSegment in com.luciad.util
Modifier and TypeMethodDescriptionILcdBuffer.allocateBufferSegment
(int aCount) Allocates a given number of bytes in this ILcdBuffer.TLcdBuffer.allocateBufferSegment
(int aSize) TLcdConcurrentBuffer.allocateBufferSegment
(int aCount)