Ignore:
Timestamp:
2017-05-15T15:57:36+02:00 (7 years ago)
Author:
michael2402
Message:

Make use of ILatLon#getEastNorth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/projection/Projecting.java

    r12162 r12163  
    2525     * @param ll the geographical point to convert (in WGS84 lat/lon)
    2626     * @return the corresponding east/north coordinates
     27     * @see ILatLon#getEastNorth(Projecting)
    2728     */
    2829    default EastNorth latlon2eastNorth(LatLon ll) {
     
    3637     * @return the corresponding east/north coordinates
    3738     * @since 12161
     39     * @see ILatLon#getEastNorth(Projecting)
    3840     */
    3941    EastNorth latlon2eastNorth(ILatLon ll);
Note: See TracChangeset for help on using the changeset viewer.