public class GdalBuffer extends Object
Modifier and Type | Field and Description |
---|---|
byte[] |
buffAPalette |
byte[] |
buffBPalette |
byte[] |
buffByte |
double[] |
buffDouble |
float[] |
buffFloat |
byte[] |
buffGPalette |
int[] |
buffInt |
byte[] |
buffRPalette |
short[] |
buffShort |
Constructor and Description |
---|
GdalBuffer() |
Modifier and Type | Method and Description |
---|---|
int |
getSize() |
void |
reservaByte(int r) |
void |
reservaDouble(int r) |
void |
reservaFloat(int r) |
void |
reservaInt(int r) |
void |
reservaPalette(int r) |
void |
reservaShort(int r) |
public byte[] buffByte
public short[] buffShort
public int[] buffInt
public float[] buffFloat
public double[] buffDouble
public byte[] buffAPalette
public byte[] buffRPalette
public byte[] buffGPalette
public byte[] buffBPalette
public void reservaByte(int r)
public void reservaShort(int r)
public void reservaInt(int r)
public void reservaFloat(int r)
public void reservaDouble(int r)
public void reservaPalette(int r)
public int getSize()