Changeset 5909 in josm for trunk/src/org/openstreetmap/josm/data/projection/datum
- Timestamp:
- 2013-04-29T00:09:53+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/datum/NTV2SubGrid.java
r5073 r5909 335 335 } 336 336 /** 337 * @return 337 * Get maximum latitude value 338 * @return maximum latitude 338 339 */ 339 340 public double getMaxLat() { … … 342 343 343 344 /** 344 * @return 345 * Get maximum longitude value 346 * @return maximum longitude 345 347 */ 346 348 public double getMaxLon() { … … 349 351 350 352 /** 351 * @return 353 * Get minimum latitude value 354 * @return minimum latitude 352 355 */ 353 356 public double getMinLat() { … … 356 359 357 360 /** 358 * @return 361 * Get minimum longitude value 362 * @return minimum longitude 359 363 */ 360 364 public double getMinLon() {
Note:
See TracChangeset
for help on using the changeset viewer.
