Interface DataMap

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultDataMap

public interface DataMap extends Serializable
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
Version:
$Revision$
Author:
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the coordinates of the Cells position of the DataMap on the map.
    Get the value of info.
    double
    Get the value of value.
  • 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.