FDO .NET API Reference Feature Data Objects
static System::Boolean OSGeo::FDO::Spatial::SpatialUtility::IsCircularArcValid ( OSGeo::FDO::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.