Changeset 655 in josm for trunk/src/org/openstreetmap/josm/data/coor/Coordinate.java
- Timestamp:
- 15.06.2008 12:28:42 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/coor/Coordinate.java
r627 r655 5 5 6 6 /** 7 * Base class of points of both coordinate system .7 * Base class of points of both coordinate systems. 8 8 * 9 9 * The variables are default package protected to allow routines in the data package … … 30 30 * The x/y values are left uninitialized. 31 31 * 32 * @param lat Latitude of the point.33 * @param lon Longitude of the point.32 * @param x X coordinate of the point. 33 * @param y Y coordinate of the point. 34 34 */ 35 35 Coordinate(double x, double y) {
Note: See TracChangeset
for help on using the changeset viewer.
