MapGuide API Reference
|
MgArcSegment is a curve segment defined in terms of a start point, end point, and a control point. More...
Public Member Functions | |
virtual MgGeometricEntity * | Copy () |
virtual INT32 | GetComponentType () |
Gets the component type of this arc segment. | |
virtual MgCoordinate * | GetControlCoordinate () |
virtual INT32 | GetDimension () |
virtual MgCoordinate * | GetEndCoordinate () |
virtual MgCoordinate * | GetStartCoordinate () |
virtual bool | IsClosed () |
Gets whether this arc segment is closed. | |
virtual bool | IsEmpty () |
virtual MgGeometricEntity * | Transform (MgTransform *transform) |
Returns a transformed copy of this geometric entity. |
MgArcSegment is a curve segment defined in terms of a start point, end point, and a control point.