MapGuide API Reference
|
virtual MgMultiCurvePolygon* MgGeometryFactory::CreateMultiCurvePolygon | ( | MgCurvePolygonCollection * | polygons | ) | [virtual] |
Creates a multi curve polygon aggregate geometry from a collection of curve polygons.
virtual MgMultiCurvePolygon CreateMultiCurvePolygon(MgCurvePolygonCollection polygons); |
virtual MgMultiCurvePolygon CreateMultiCurvePolygon(MgCurvePolygonCollection polygons); |
virtual MgMultiCurvePolygon CreateMultiCurvePolygon(MgCurvePolygonCollection polygons); |
polygons | (MgCurvePolygonCollection) An MgGeometryCollection that specifies the curve polygons. All geometry objects in this collection must be of type MgCurvePolygon. |