Package org.gvsig.raster.lib.buffer.api
Interface BandTileManager
- All Superinterfaces:
org.gvsig.tools.dispose.Disposable,PageManager
-
Method Summary
Modifier and TypeMethodDescriptionintHow many columns has a tileintHow many rows has a tileload(int row, int col, int dataType) voidMethods inherited from interface org.gvsig.tools.dispose.Disposable
disposeMethods inherited from interface org.gvsig.raster.lib.buffer.api.PageManager
isSupportedSave
-
Method Details
-
load
- Throws:
IOException
-
save
- Throws:
IOException
-
getBandInfo
BandInfo getBandInfo() -
getRowsPerTile
int getRowsPerTile()How many rows has a tile- Returns:
-
getColumnsPerTile
int getColumnsPerTile()How many columns has a tile- Returns:
-
getTileStruct
TileStruct getTileStruct()
-