AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgCoordinateSystemType Class Reference
[MgCoordinateSystemType]

List of all members.


Detailed Description

Defines constants used to indicate the type of a coordinate system.

Static Public Attributes

static const INT32 Arbitrary = 1
 Specifies that the coordinate system is arbitrary. That is, it is not spatially bound to the earth, and the initial keyword in the WKT definition of the coordinate system is LOCAL_CS.
static const INT32 Geographic = 2
 Specifies that the coordinate system is geographic. That is, the initial keyword in the WKT definition of the coordinate system is GEOGCS.
static const INT32 Projected = 3
 Specifies that the coordinate system is projected. In most cases, the initial keyword in the WKT definition of the coordinate system is PROJCS. In some cases, the initial keyword is GEOGCS.
static const INT32 Unknown = 0
 Specifies the coordinate system is not set.