FDO API Reference Feature Data Objects

static System::Boolean SpatialUtility::IsCircularArcValid NAMESPACE_OSGEO_GEOMETRY::ICircularArcSegment arc,
System::Double  tolerance
[static]
 

Checks the geometric validity of a circular arc. E.g. Checks whether the points describing the arc are collinear within a tolerance.

Parameters:
arc Input Circular arc to test
tolerance Input Allowed tolerance
Returns:
Returns Flag indicating whether the arc has collinear points.

Comments or suggestions? Send us feedback.