fr.ifremer.isisfish.map
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: 2771 $
Author:

Method Summary
 Coordinate[] getCoordinates()
          Get the coordinates of the Cells position of the DataMap on the map.
 DataMapInfo getInfo()
          Get the value of info.
 double getValue()
          Get the value of value.
 

Method Detail

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.


Copyright © 1999-2010 CodeLutin. All Rights Reserved.