Changes between Version 4 and Version 5 of NewDistCalcSubGeom
- Timestamp:
- 11/08/09 12:24:22 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewDistCalcSubGeom
v4 v5 15 15 Now we iterate through all the combinations again and store all combinations with smaller min distance than the earlier found in a list. We also order the list so we get the smallest min distance first. 16 16 17 Now we are ready to calculate real distances beginning with the bounding boxes closest to each other. We continue the process until the next “min distance between bounding boxes” i s longer than the min distance between real geometries we have found.17 Now we are ready to calculate real distances beginning with the bounding boxes closest to each other. We continue the process until the next “min distance between bounding boxes” in our orderd list, is longer than the min distance between real geometries we have found. 18 18 19 19 The result is then the distance along a line like this returned in about 600ms.