Uses of Class
fr.ifremer.isisfish.map.Coordinate
Packages that use Coordinate
-
Uses of Coordinate in fr.ifremer.isisfish.map
Fields in fr.ifremer.isisfish.map declared as CoordinateMethods in fr.ifremer.isisfish.map that return CoordinateModifier and TypeMethodDescriptionDataMap.getCoordinates()
Get the coordinates of the Cells position of the DataMap on the map.DefaultDataMap.getCoordinates()
Get the coordinates of the Cells position of the DataMap on the map.Methods in fr.ifremer.isisfish.map with parameters of type CoordinateModifier and TypeMethodDescriptionboolean
DataMapList.contains
(DataMap dm, Coordinate c) DataMapList.getDataMaps
(Coordinate c) void
DefaultDataMap.setCoordinates
(Coordinate[] coordinates) Set the coordinates of the Cells position of the DataMap on the map.Constructors in fr.ifremer.isisfish.map with parameters of type CoordinateModifierConstructorDescriptionDefaultDataMap
(Coordinate[] coordinates, double value) DefaultDataMap
(Coordinate[] coordinates, double value, DataMapInfo info) Construct the DefaultDataMap.