Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgMultiPolygon
Copy
GetCoordinates
GetCount
GetDimension
GetGeometryType
GetPolygon
IsClosed
IsEmpty
Transform
virtual
MgPolygon
* MgMultiPolygon::GetPolygon
(
INT32
index
)
[virtual]
Gets the polygon at the specified index. The indexing starts at zero.
.NET Syntax
virtual
MgPolygon
GetPolygon(int index);
Java Syntax
virtual
MgPolygon
GetPolygon(int index);
PHP Syntax
virtual
MgPolygon
GetPolygon(int index);
Parameters:
index
(int) An integer specifying the location of the polygon in the collection.
Returns:
The
MgPolygon
at the specified index
Comments or suggestions? Send us
feedback
.