FDO API Reference Feature Data Objects

NAMESPACE_OSGEO_GEOMETRY::ICircularArcSegment* FgfGeometryFactory::CreateCircularArcSegment NAMESPACE_OSGEO_GEOMETRY::IDirectPosition startPosition,
NAMESPACE_OSGEO_GEOMETRY::IDirectPosition midPosition,
NAMESPACE_OSGEO_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 GeometryFactoryAbstract.


Comments or suggestions? Send us feedback.