- Timestamp:
- 2017-09-06T10:03:10+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/Node.java
r12729 r12753 104 104 * <p> 105 105 * Uses the {@link Main#getProjection() global projection} to project the lat/lon-coordinates. 106 * @return the east north coordinates or {@code null} if #is 107 */ 106 * <p> 107 * Method {@link org.openstreetmap.josm.data.coor.ILatLon#getEastNorth()} of 108 * implemented interface <code>ILatLon</code> is deprecated, but this method is not. 109 * @return the east north coordinates or {@code null} if {@link #isLatLonKnown()} 110 * is false. 111 */ 112 @SuppressWarnings("deprecation") 108 113 @Override 109 114 public EastNorth getEastNorth() {
Note:
See TracChangeset
for help on using the changeset viewer.