public class RasterCache.CacheBand extends RasterBand
| Modifier and Type | Field and Description | 
|---|---|
ICacheDataSource[] | 
cacheDataServer  | 
dataType, height, noDataValue, widthTYPE_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, sizeofpublic ICacheDataSource[] cacheDataServer
public Object getLine(int line)
Bandpublic void setLine(int line,
           Object value)
Bandline - Número de líneavalue - Valor representado por un array del tipo de dato correspondientepublic Object getBuf()
Bandpublic void setFileName(int numBand)
public void dispose()
DisposableNOTE:After calling this method, the object may not be usable anymore.