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) |
isSupportedSavedisposeBand load(int row, int col, int dataType) throws java.io.IOException
java.io.IOExceptionvoid save(java.nio.Buffer buffer,
int row,
int rows,
int col,
int cols,
int dataType)
throws java.io.IOException
java.io.IOExceptionBandInfo getBandInfo()
int getRowsPerTile()
int getColumnsPerTile()
TileStruct getTileStruct()