Interface BandTileManager

All Superinterfaces:
org.gvsig.tools.dispose.Disposable, PageManager

public interface BandTileManager extends PageManager
  • Method Details

    • load

      Band load(int row, int col, int dataType) throws IOException
      Throws:
      IOException
    • save

      void save(Buffer buffer, int row, int rows, int col, int cols, int dataType) throws IOException
      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()