Web API Reference MapGuide Open Source

MgFeatureGeometricType Class Reference
[MgFeatureGeometricType]

Is a set of constants specifying the dimensions of geometries which can be stored in a geometry property. More...

List of all members.


Static Public Attributes

static const int Curve = 2
static const int Point = 1
static const int Solid = 8
static const int Surface = 4

Detailed Description

Is a set of constants specifying the dimensions of geometries which can be stored in a geometry property.

Remarks:
The constants can be bit-wise OR'd together. A value of this type is returned by MgGeometricPropertyDefinition::GetGeometryTypes.

Comments or suggestions? Send us feedback.