FDO .NET API Reference Feature Data Objects
static System::Boolean OSGeo::FDO::Spatial::SpatialUtility::PointInRing ( OSGeo::FDO::Geometry::ILinearRing ring,
System::Double  coordinateX,
System::Double  coordinateY 
) [static]

Tests whether a point is within a ring or not.

Parameters:
ring Input Ring to test
coordinateX Input X ordinate.
coordinateY Input Y ordinate.
Returns:
Returns TRUE if the point is within ring or on its boundary, FALSE otherwise.


Comments or suggestions? Send us feedback.