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