Package fr.ifremer.isisfish.map
Interface DataMap
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultDataMap
DataMap.
A DataMap is some data we have to put on the map.
To do this, we use a motif that tells the layer how to render the data.
Created: Mon Apr 22 16:45:38 2002
-
Method Details
-
getCoordinates
Coordinate[] getCoordinates()Get the coordinates of the Cells position of the DataMap on the map.- Returns:
- All the coordinates of the underlying cells of this DataMap.
-
getValue
double getValue()Get the value of value.- Returns:
- Value of value.
-
getInfo
DataMapInfo getInfo()Get the value of info.- Returns:
- Value of info.
-