Web API Reference MapGuide Open Source

MgCurveRing Class Reference
[MgCurveRing]

MgCurveRing is a geometry component used in the construction of MgCurvePolygon objects. More...

Inherits MgRing.

List of all members.


Public Member Functions

virtual MgGeometricEntityCopy ()
virtual INT32 GetComponentType ()
virtual INT32 GetCount ()
 
virtual INT32 GetDimension ()
virtual MgCurveSegmentGetSegment (INT32 index)
 
virtual bool IsClosed ()
virtual bool IsEmpty ()
 
virtual MgGeometricEntityTransform (MgTransform *transform)

Detailed Description

MgCurveRing is a geometry component used in the construction of MgCurvePolygon objects.

Remarks:
It is constructed by calling the non-static MgGeometryFactory::CreateCurveRing() method and, once constructed, is immutable. See theMgCurvePolygon Class for a description of its composition and for example code.

Comments or suggestions? Send us feedback.