Interface BandInfo


public interface BandInfo
This entity represents information about a band. Band information consists of a name, a description and a list with band property such as data type, units, source type sensor...
Author:
Lluis Marques
  • Method Details

    • getBand

      int getBand()
      Gets band of this information
      Returns:
      Band of this information
    • getDataType

      int getDataType()
      Gets data type of band
      Returns:
      Data type of band. See BufferManager to check data types.
    • getName

      String getName()
      Gets name of band
      Returns:
      Band name
    • getDescription

      String getDescription()
      Gets description of band
      Returns:
      Band description
    • getValues

      List<Map.Entry<Object,Object>> getValues()
      Gets a key value list with band information
      Returns:
      List with band information