Class DataMapList

java.lang.Object
fr.ifremer.isisfish.map.DataMapList
All Implemented Interfaces:
Serializable

public class DataMapList extends Object implements Serializable
DataMapList.java Created: Mon Apr 22 16:27:28 2002
Author:
See Also:
  • Field Details

  • Constructor Details

    • DataMapList

      public DataMapList()
    • DataMapList

      public DataMapList(Motif motif)
    • DataMapList

      public DataMapList(Motif motif, DataMapInfo info)
  • Method Details

    • addDataMap

      public void addDataMap(DataMap data)
      Add a datamap to this list
      Parameters:
      data - DataMap
    • getDataMaps

      public Enumeration<DataMap> getDataMaps()
      Get all the data map of this list
      Returns:
      Enumeration
    • getDataMaps

      public List<DataMap> getDataMaps(Coordinate c)
      Parameters:
      c - ?
      Returns:
      Get all the data map of this list
    • contains

      public boolean contains(DataMap dm, Coordinate c)
    • getMotif

      public Motif getMotif()
      Get the value of motif.
      Returns:
      Value of motif.
    • setMotif

      public void setMotif(Motif v)
      Set the value of motif.
      Parameters:
      v - Value to assign to motif.
    • getInfo

      public DataMapInfo getInfo()
      Get the value of info.
      Returns:
      Value of info.
    • setInfo

      public void setInfo(DataMapInfo v)
      Set the value of info.
      Parameters:
      v - Value to assign to info.
    • getScale

      public Scale getScale()
      Get the value of scale.
      Returns:
      Value of scale.
    • setScale

      public void setScale(Scale v)
      Set the value of scale.
      Parameters:
      v - Value to assign to scale.
    • getMaxDataMapValue

      public double getMaxDataMapValue()
      Returns:
      Get the max value of the DataMap
    • getMinDataMapValue

      public double getMinDataMapValue()
      Returns:
      Get the min value of the DataMap
    • getPositiveMinDataMapValue

      public double getPositiveMinDataMapValue()
      Returns:
      Get the strictly positive min value of the DataMap
    • createOMGraphicList

      public com.bbn.openmap.omGraphics.OMGraphicList createOMGraphicList(com.bbn.openmap.proj.Projection proj)
      Parameters:
      proj -
      Returns:
      Create a graphical object corresponding to this DataMapList according to its motif.