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

See #13415: Add the ILatLon interface, unify handling of Nodes and CachedLatLon

File:
1 edited

Legend:

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

    r11858 r12161  
    119119     */
    120120    boolean switchXY();
    121 
    122     /**
    123      * Gets the object used as cache identifier when caching results of this projection.
    124      * @return The object to use as cache key
    125      * @since 10827
    126      */
    127     default Object getCacheKey() {
    128         return this;
    129     }
    130121}
Note: See TracChangeset for help on using the changeset viewer.