public class RasterCache.CacheBand extends RasterBand
Modifier and Type | Field and Description |
---|---|
ICacheDataSource[] |
cacheDataServer |
dataType, height, noDataValue, width
TYPE_BYTE, TYPE_DOUBLE, TYPE_FLOAT, TYPE_IMAGE, TYPE_INT, TYPE_SHORT, TYPE_UNDEFINED, TYPE_USHORT
Constructor and Description |
---|
RasterCache.CacheBand(int height,
int width) |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes the current object, to allow it to close and dispose any used
resources.
|
Object |
getBuf()
Obtiene el buffer de datos de la banda
|
Object |
getLine(int line)
Obtiene una linea de la banda
|
void |
setFileName(int numBand) |
void |
setLine(int line,
Object value)
Asigna una linea de la banda
|
getDataSize, getDataType, getHeight, getWidth, setDataType, sizeof
public ICacheDataSource[] cacheDataServer
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 setFileName(int numBand)
public void dispose()
Disposable
NOTE:After calling this method, the object may not be usable anymore.