| Package | Description |
|---|---|
| org.openstreetmap.josm.data.coor |
Provides the classes for geographic
coordinates
(east/north and lat/lon systems). |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedLatLon
LatLon class that maintains a cache of projected EastNorth coordinates.
|
class |
EastNorth
Northing, Easting of the projected coordinates.
|
class |
LatLon
LatLon are unprojected latitude / longitude coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
protected double |
Coordinate.distance(Coordinate coor)
Returns the euclidean distance from this
Coordinate to a specified Coordinate. |
protected double |
Coordinate.distanceSq(Coordinate coor)
Returns the square of the euclidean distance from this
Coordinate to a specified Coordinate. |