public class RasterMemoryBuffer.FloatBand extends RasterBand
Modifier and Type | Field and Description |
---|---|
float[][] |
buf |
dataType, height, noDataValue, width
TYPE_BYTE, TYPE_DOUBLE, TYPE_FLOAT, TYPE_IMAGE, TYPE_INT, TYPE_SHORT, TYPE_UNDEFINED, TYPE_USHORT
Constructor and Description |
---|
RasterMemoryBuffer.FloatBand(int height,
int width,
boolean malloc) |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes the current object, to allow it to close and dispose any used
resources.
|
protected void |
finalize() |
Object |
getBuf()
Obtiene el buffer de datos de la banda
|
Object |
getLine(int line)
Obtiene una linea de la banda
|
void |
setLine(int line,
Object value)
Asigna una linea de la banda
|
getDataSize, getDataType, getHeight, getWidth, setDataType, sizeof
public RasterMemoryBuffer.FloatBand(int height, int width, boolean malloc)
public Object getLine(int line)
Band
public void setLine(int line, Object value)
Band
line
- Número de líneavalue
- Valor representado por un array del tipo de dato correspondientepublic Object getBuf()
Band
public void dispose()
Disposable
NOTE:After calling this method, the object may not be usable anymore.