public interface BandTileManager extends PageManager
Modifier and Type | Method and Description |
---|---|
BandInfo |
getBandInfo() |
int |
getColumnsPerTile()
How many columns has a tile
|
int |
getRowsPerTile()
How many rows has a tile
|
TileStruct |
getTileStruct() |
Band |
load(int row,
int col,
int dataType) |
void |
save(java.nio.Buffer buffer,
int row,
int rows,
int col,
int cols,
int dataType) |
isSupportedSave
dispose
Band load(int row, int col, int dataType) throws java.io.IOException
java.io.IOException
void save(java.nio.Buffer buffer, int row, int rows, int col, int cols, int dataType) throws java.io.IOException
java.io.IOException
BandInfo getBandInfo()
int getRowsPerTile()
int getColumnsPerTile()
TileStruct getTileStruct()