Changeset 12162 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2017-05-15T15:46:56+02:00 (7 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/Bounds.java
r12161 r12162 409 409 * @param ll The lat/lon to check 410 410 * @return {@code true} if {@code ll} is within these bounds, {@code false} otherwise 411 * @since xxx411 * @since 12161 412 412 */ 413 413 public boolean contains(ILatLon ll) { -
trunk/src/org/openstreetmap/josm/data/projection/Projecting.java
r12161 r12162 35 35 * @param ll the geographical point to convert (in WGS84 lat/lon) 36 36 * @return the corresponding east/north coordinates 37 * @since xxx37 * @since 12161 38 38 */ 39 39 EastNorth latlon2eastNorth(ILatLon ll); -
trunk/src/org/openstreetmap/josm/gui/MapViewState.java
r12161 r12162 195 195 * @param latlon the position 196 196 * @return The point for that position. 197 * @since xxx197 * @since 12161 198 198 */ 199 199 public MapViewPoint getPointFor(ILatLon latlon) { … … 271 271 * Gets the current projecting instance that is used to convert between east/north and lat/lon space. 272 272 * @return The projection. 273 * @since xxx273 * @since 12161 274 274 */ 275 275 public Projecting getProjecting() {
Note:
See TracChangeset
for help on using the changeset viewer.