- All Implemented Interfaces:
Cartesian
This class represents a point on the map representing the world. (0, 0) corresponds to the crossing between the equator and the Greenwich meridian.
- Author:
- Fabrizio Giudici
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
Returns a point translated of the specified amount.
Methods inherited from interface it.tidalwave.mapviewer.Cartesian
x, y
-
Constructor Details
-
MapPoint
public MapPoint()
-
Method Details
-
translated
@Nonnull
public MapPoint translated(double dx,
double dy)
Returns a point translated of the specified amount..
- Parameters:
dx
- the horizontal translation
dy
- the vertical translation
- Returns:
- a point translated of the specified amount
-