MgCurveSegment Class Reference
[MgCurveSegment]
Inherits MgGeometryComponent.
Inherited by MgArcSegment, and MgLinearSegment.
Detailed Description
MgCurveSegment is an abstract base class.
- Remarks:
- The concrete classes are MgLinearSegment and MgArcSegment. Collections of curve segments are used to define MgCurveSting geometries and MgCurveRing geometry components. MgCurveRing objects are used to define MgCurvePolygon objects.
Public Member Functions | |
virtual MgCoordinate * | GetEndCoordinate ()=0 |
virtual MgCoordinate * | GetStartCoordinate ()=0 |
Gets the starting coordinate of the curve segment. |