fr.ifremer.isisfish.map
Class DataMapList

java.lang.Object
  extended by 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:
Serialized Form

Field Summary
protected  Vector<DataMap> dataMap
           
protected  DataMapInfo info
           
protected  Motif motif
           
protected  Scale scale
           
 
Constructor Summary
DataMapList()
           
DataMapList(Motif motif)
           
DataMapList(Motif motif, DataMapInfo info)
           
 
Method Summary
 void addDataMap(DataMap data)
          Add a datamap to this list
 boolean contains(DataMap dm, Coordinate c)
           
 com.bbn.openmap.omGraphics.OMGraphicList createOMGraphicList(com.bbn.openmap.proj.Projection proj)
           
 Enumeration<DataMap> getDataMaps()
          Get all the data map of this list
 List<DataMap> getDataMaps(Coordinate c)
           
 DataMapInfo getInfo()
          Get the value of info.
 double getMaxDataMapValue()
           
 double getMinDataMapValue()
           
 Motif getMotif()
          Get the value of motif.
 double getPositiveMinDataMapValue()
           
 Scale getScale()
          Get the value of scale.
 void setInfo(DataMapInfo v)
          Set the value of info.
 void setMotif(Motif v)
          Set the value of motif.
 void setScale(Scale v)
          Set the value of scale.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

motif

protected Motif motif

info

protected DataMapInfo info

dataMap

protected Vector<DataMap> dataMap

scale

protected Scale scale
Constructor Detail

DataMapList

public DataMapList()

DataMapList

public DataMapList(Motif motif)

DataMapList

public DataMapList(Motif motif,
                   DataMapInfo info)
Method Detail

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.


Copyright © 1999-2012 CodeLutin. All Rights Reserved.