Web API Reference MapGuide Open Source

MgGeometryTypeInfo Class Reference
[MgGeometryTypeInfo]

Defines a list of geometric types. This is typically used for geometric property description. More...

Inherits MgSerializable.

List of all members.


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.

Detailed Description

Defines a list of geometric types. This is typically used for geometric property description.

Comments or suggestions? Send us feedback.