| Web API Reference | MapGuide Open Source |
Inherits MgSerializable.
Public Member Functions | |
| INT32 | GetCount () |
| Gets the count of geometry types in the list. | |
| INT32 | GetType (INT32 index) |
| Gets the MgGeometryType value which specifies one of the types of FGF geometry (Point, LineString, CurveString, ...). | |
| MgGeometryTypeInfo () | |
| Constructs an MgGeometryTypeInfo object. | |
| void | SetTypes (MgIntCollection *types) |
| Sets the geometry type value list. Elements must be integers as defined by MgGeometryType. | |