Package it.tidalwave.mapviewer
Interface Cartesian
- All Known Implementing Classes:
MapPoint
,MapViewPoint
public interface Cartesian
An abstraction for things that have (x,y) coordinates.
- Author:
- Fabrizio Giudici
-
Method Summary
-
Method Details
-
x
double x()Returns the x coordinate..- Returns:
- the x coordinate
-
y
double y()Returns the y coordinate..- Returns:
- the y coordinate
-