|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.ifremer.isisfish.map.DataMapList
public class DataMapList
DataMapList.java Created: Mon Apr 22 16:27:28 2002
| 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 |
|---|
protected Motif motif
protected DataMapInfo info
protected Vector<DataMap> dataMap
protected Scale scale
| Constructor Detail |
|---|
public DataMapList()
public DataMapList(Motif motif)
public DataMapList(Motif motif,
DataMapInfo info)
| Method Detail |
|---|
public void addDataMap(DataMap data)
data - DataMappublic Enumeration<DataMap> getDataMaps()
public List<DataMap> getDataMaps(Coordinate c)
c - ?
public boolean contains(DataMap dm,
Coordinate c)
public Motif getMotif()
public void setMotif(Motif v)
v - Value to assign to motif.public DataMapInfo getInfo()
public void setInfo(DataMapInfo v)
v - Value to assign to info.public Scale getScale()
public void setScale(Scale v)
v - Value to assign to scale.public double getMaxDataMapValue()
public double getMinDataMapValue()
public double getPositiveMinDataMapValue()
public com.bbn.openmap.omGraphics.OMGraphicList createOMGraphicList(com.bbn.openmap.proj.Projection proj)
proj -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||