Class RasterStoreBand

java.lang.Object
org.gvsig.tools.dispose.impl.AbstractDisposable
org.gvsig.fmap.mapcontext.raster.swing.impl.bands.RasterStoreBand
All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable

public class RasterStoreBand extends org.gvsig.tools.dispose.impl.AbstractDisposable
Author:
fdiaz
  • Constructor Details

    • RasterStoreBand

      public RasterStoreBand(org.gvsig.fmap.dal.raster.RasterStore store)
      Parameters:
      store -
    • RasterStoreBand

      public RasterStoreBand(org.gvsig.fmap.dal.raster.RasterStore store, int band)
      Parameters:
      store -
      band -
  • Method Details

    • getStore

      public org.gvsig.fmap.dal.raster.RasterStore getStore()
      Returns:
      the store
    • getBand

      public int getBand()
      Returns:
      the band
    • setBand

      public void setBand(int band)
      Parameters:
      band - the band to set
    • getBandColorInterpretation

      public String getBandColorInterpretation()
      Returns:
    • setBandColorInterpretation

      public void setBandColorInterpretation(String bandColorInterpretation)
      Parameters:
      bandColorInterpretation -
    • getNoDataNumber

      public Number getNoDataNumber()
      Returns:
    • setNoDataNumber

      public void setNoDataNumber(Number noDataNumber)
      Parameters:
      noDataNumber -
    • getBandName

      public String getBandName()
      Returns:
      the bandName
    • setBandName

      public void setBandName(String bandName)
      Parameters:
      bandName - the bandName to set
    • getDataType

      public int getDataType()
      Returns:
      the dataType
    • setDataType

      public void setDataType(int dataType)
      Parameters:
      dataType - the dataType to set
    • doDispose

      protected void doDispose() throws org.gvsig.tools.exception.BaseException
      Specified by:
      doDispose in class org.gvsig.tools.dispose.impl.AbstractDisposable
      Throws:
      org.gvsig.tools.exception.BaseException