Ejemplo n.º 1
0
 public void ExecuteIntersectionQuery(Geometry geom, FeatureDataSet ds)
 {
     /* Buffer is not implemented in any of the Geometries
      * so we will just relay to the real provider.
      * Alternatively you could use NTS to buffer properly.
      */
     RealProvider.ExecuteIntersectionQuery(geom, ds);
 }
Ejemplo n.º 2
0
 public void ExecuteIntersectionQuery(BoundingBox box, FeatureDataSet ds)
 {
     RealProvider.ExecuteIntersectionQuery(ExpandBox(box), ds);
 }