MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgCoordinateSystemGeodeticStandaloneTransformationMethod Class Reference

This class defines all transformation methods that are built into the transformation engine. That is, when creating such a geodetic transformation the API client cannot specify any parameters because they are well known and are available to the engine already. The constants defined below are only valid for MgCoordinateSystemGeodeticTransformDef instances of type MgCoordinateSystemGeodeticTransformDefType.Standalone. More...

List of all members.

Static Public Attributes

static const INT32 None = 0
 Default constant available for programming convenience only. No specific geodetic transformation can be created from this constant.
static const INT32 NullX = 4097
 Describes a geodetic transformation that is actually a NOOP, i.e. the 2 datums to be transformed between are considered equal.
static const INT32 Wgs72 = 4098
 Describes the WGS72 to WGS84 geodetic transformation as published by the DMA (DMA TR 8350.2-B). All required parameters are known and built-in.

Detailed Description

This class defines all transformation methods that are built into the transformation engine. That is, when creating such a geodetic transformation the API client cannot specify any parameters because they are well known and are available to the engine already. The constants defined below are only valid for MgCoordinateSystemGeodeticTransformDef instances of type MgCoordinateSystemGeodeticTransformDefType.Standalone.