FDO .NET API Reference Feature Data Objects
OSGeo ::FDO ::Geometry ::ICircularArcSegment* OSGeo::FDO::Geometry::FgfGeometryFactory::CreateCircularArcSegment ( OSGeo::FDO::Geometry::IDirectPosition startPosition,
OSGeo::FDO::Geometry::IDirectPosition midPosition,
OSGeo::FDO::Geometry::IDirectPosition endPosition 
)

CircularArcSegment Creates a CircularArcSegment object by copying from three points on the arc.

Parameters:
startPosition Input starting position of the arc
midPosition Input a position on the arc, and not equal to the starting or ending positions
endPosition Input ending position of the arc
Returns:
Returns a CircularArcSegment

Reimplemented from OSGeo::FDO::Geometry::GeometryFactoryAbstract.


Comments or suggestions? Send us feedback.