- Timestamp:
- 2019-10-30T22:46:09+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/BBox.java
r15483 r15486 341 341 * @param maxDifference The maximum difference (in degrees) between the bboxes. May be null. 342 342 * @return true if they are functionally equivalent 343 * @since 1548 3344 */ 345 public boolean bbox esAreFunctionallyEqual(BBox other, Double maxDifference) {343 * @since 15486 344 */ 345 public boolean bboxIsFunctionallyEqual(BBox other, Double maxDifference) { 346 346 return bboxesAreFunctionallyEqual(this, other, maxDifference); 347 347 }
Note:
See TracChangeset
for help on using the changeset viewer.