Package fr.ifremer.isisfish.map
Class DataMapList
java.lang.Object
fr.ifremer.isisfish.map.DataMapList
- All Implemented Interfaces:
Serializable
DataMapList.java
Created: Mon Apr 22 16:27:28 2002
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDataMap
(DataMap data) Add a datamap to this listboolean
contains
(DataMap dm, Coordinate c) com.bbn.openmap.omGraphics.OMGraphicList
createOMGraphicList
(com.bbn.openmap.proj.Projection proj) Get all the data map of this listgetInfo()
Get the value of info.double
double
getMotif()
Get the value of motif.double
getScale()
Get the value of scale.void
Set the value of info.void
Set the value of motif.void
Set the value of scale.
-
Field Details
-
motif
-
info
-
dataMap
-
scale
-
-
Constructor Details
-
DataMapList
public DataMapList() -
DataMapList
-
DataMapList
-
-
Method Details
-
addDataMap
Add a datamap to this list- Parameters:
data
- DataMap
-
getDataMaps
Get all the data map of this list- Returns:
- Enumeration
-
getDataMaps
- Parameters:
c
- ?- Returns:
- Get all the data map of this list
-
contains
-
getMotif
Get the value of motif.- Returns:
- Value of motif.
-
setMotif
Set the value of motif.- Parameters:
v
- Value to assign to motif.
-
getInfo
Get the value of info.- Returns:
- Value of info.
-
setInfo
Set the value of info.- Parameters:
v
- Value to assign to info.
-
getScale
Get the value of scale.- Returns:
- Value of scale.
-
setScale
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.
-