FDO .NET API Reference Feature Data Objects
static System::Boolean OSGeo::FDO::Spatial::SpatialUtility::Evaluate ( OSGeo::FDO::Geometry::IGeometry g1,
OSGeo::FDO::Filter::SpatialOperations  op,
OSGeo::FDO::Geometry::IGeometry g2 
) [static]

Evaluates if two FDO geometric objects spatially interact with each other based on a user supplied spatial operator. For example: Contains, Crosses, Disjoint, Equals, Intersects, Overlaps, Touches, Within, CoveredBy, Inside, EnvelopeIntersects.

Parameters:
g1 Input Left hand Geometry to Evaluate
op Input The spatial operation to apply to the left and right hand geometries
g2 Input Right hand Geometry to Evaluate
Returns:
Returns The tesselated Geometry.


Comments or suggestions? Send us feedback.