Interface BandPageManager

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

public interface BandPageManager extends PageManager
Author:
fdiaz
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets information of this band.
    void
    load(Buffer buffer, int row, int rows, int dataType)
     
    void
    save(Buffer buffer, int row, int rows, int dataType)
     

    Methods inherited from interface org.gvsig.tools.dispose.Disposable

    dispose

    Methods inherited from interface org.gvsig.raster.lib.buffer.api.PageManager

    isSupportedSave
  • Method Details

    • load

      void load(Buffer buffer, int row, int rows, int dataType) throws IOException
      Parameters:
      buffer -
      row -
      rows -
      dataType -
      Throws:
      IOException
    • save

      void save(Buffer buffer, int row, int rows, int dataType) throws IOException
      Parameters:
      buffer -
      row -
      rows -
      dataType -
      Throws:
      IOException
    • getBandInfo

      BandInfo getBandInfo()
      Gets information of this band. If band does not have information, it will return null
      Returns:
      Returns information about specified band.