AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgGeometryType Class Reference
[MgGeometryType]

List of all members.


Detailed Description

MgGeometryType defines integer constants used to signify the derived type of an MgGeometry instance.

Static Public Attributes

static const INT32 CurvePolygon = 11
 Specifies that the geometry is a CurvePolygon.
static const INT32 CurveString = 10
 Specifies that the geometry is a CurveString.
static const INT32 LineString = 2
 Specifies that the geometry is a LineString.
static const INT32 MultiCurvePolygon = 13
 Specifies the geometry is a MultiPolygon.
static const INT32 MultiCurveString = 12
 Specifies that the geometry is a MultiLineString.
static const INT32 MultiGeometry = 7
 Specifies that the geometry is a MultiGeometry. In OpenGIS this is referred to as a GeometryCollection.
static const INT32 MultiLineString = 5
 Specifies that the geometry is a MultiLineString.
static const INT32 MultiPoint = 4
 Specifies that the geometry is a MultiPoint.
static const INT32 MultiPolygon = 6
 Specifies that the geometry is a MultiPolygon.
static const INT32 Point = 1
 Specifies that the geometry is a Point.
static const INT32 Polygon = 3
 Specifies that the geometry is a Polygon.