public class DataMapList extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Vector<DataMap> |
dataMap |
protected DataMapInfo |
info |
protected Motif |
motif |
protected Scale |
scale |
Constructor and Description |
---|
DataMapList() |
DataMapList(Motif motif) |
DataMapList(Motif motif,
DataMapInfo info) |
Modifier and Type | Method and Description |
---|---|
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.
|
protected Motif motif
protected DataMapInfo info
protected Scale scale
public DataMapList()
public DataMapList(Motif motif)
public DataMapList(Motif motif, DataMapInfo info)
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
- Copyright © 1999–2020 CodeLutin. All rights reserved.