MgCurve Class Reference
[MgCurve]
Inherits MgGeometry.
Inherited by MgCurveString, and MgLineString.
Detailed Description
MgCurve is an abstract base class. MgCurveString and MgLineString are concrete classes derived from MgCurve.Public Member Functions | |
| virtual MgCoordinate * | GetEndCoordinate ()=0 |
| virtual MgCoordinate * | GetStartCoordinate ()=0 |
| Gets the starting coordinate of the curve. | |