Changes between Version 7 and Version 8 of FDORfc64


Ignore:
Timestamp:
Sep 24, 2012, 10:28:52 AM (12 years ago)
Author:
danstoica
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc64

    v7 v8  
    113113       bool eval = FdoSpatialUtility::Evaluate(geomLeft, FdoSpatialOperations_Intersects, geomRight, si, 0.001);
    114114
    115        // Do something with the result and continue with a the next candidate...
     115       // Do something with the result and continue with the next candidate...
    116116
    117117}}}
     
    124124== Test Plan ==
    125125
    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):
    127127    * Fidelity tests for Contains, Crosses, Disjoint, Equals, Intersects, Overlaps, Touches, Within, CoveredBy, and Inside spatial operators.
    128128    * Performance test to compare Evaluate() with and without spatial index