Changes between Version 7 and Version 8 of FDORfc64
- Timestamp:
- 09/24/12 10:28:52 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc64
v7 v8 113 113 bool eval = FdoSpatialUtility::Evaluate(geomLeft, FdoSpatialOperations_Intersects, geomRight, si, 0.001); 114 114 115 // Do something with the result and continue with athe next candidate...115 // Do something with the result and continue with the next candidate... 116 116 117 117 }}} … … 124 124 == Test Plan == 125 125 126 Add unit tests to test the new API for polygons and multipolygons with the spatial index mode #2 and #3 (i.e. BySegmentsSingleFeature and BySegmentsMultipleFeatures):126 Add unit tests to test the new API for polygons and multipolygons with the spatial index mode 2 and 3 (i.e. BySegmentsSingleFeature and BySegmentsMultipleFeatures): 127 127 * Fidelity tests for Contains, Crosses, Disjoint, Equals, Intersects, Overlaps, Touches, Within, CoveredBy, and Inside spatial operators. 128 128 * Performance test to compare Evaluate() with and without spatial index