public class AbstractNullPixelMask
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static byte |
NULL_INDICATOR |
Modifier | Constructor and Description |
---|---|
protected |
AbstractNullPixelMask(TileBuffer tileBuffer,
int tileIndex,
long nullValue,
ICompressorControl compressorControl) |
Modifier and Type | Method and Description |
---|---|
protected ICompressorControl |
getCompressorControl() |
protected java.nio.ByteBuffer |
getMask() |
byte[] |
getMaskBytes() |
protected long |
getNullValue() |
protected TileBuffer |
getTileBuffer() |
protected int |
getTileIndex() |
protected java.nio.ByteBuffer |
initializedMask(int remaining) |
void |
setMask(java.nio.ByteBuffer mask) |
protected static final byte NULL_INDICATOR
protected AbstractNullPixelMask(TileBuffer tileBuffer, int tileIndex, long nullValue, ICompressorControl compressorControl)
public byte[] getMaskBytes()
public void setMask(java.nio.ByteBuffer mask)
protected ICompressorControl getCompressorControl()
protected java.nio.ByteBuffer getMask()
protected long getNullValue()
protected TileBuffer getTileBuffer()
protected int getTileIndex()
protected java.nio.ByteBuffer initializedMask(int remaining)