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

The MgCoordinateSystemGeodeticTransformDefDictionary provides access to all geodetic transformation definitions as defined in the dictionary file this instance reads from / writes to. More...

+ Inheritance diagram for MgCoordinateSystemGeodeticTransformDefDictionary:

List of all members.

Public Member Functions

virtual
MgCoordinateSystemGeodeticTransformDef
GetGeodeticTransformationDef (CREFSTRING transformationName)=0
 Returns the geodetic transformation definition object where the name is equal to the parameter pathName. The caller is responsible for disposing the object.
virtual
MgCoordinateSystemGeodeticTransformDef
NewGeodeticTransformationDef (INT32 transformationDefType)=0
 Creates a new, empty geodetic transformation definition object that has to be filled by an API client. This method does not create a new entry in the dictionary. The caller is responsible for disposing the object being returned.

Detailed Description

The MgCoordinateSystemGeodeticTransformDefDictionary provides access to all geodetic transformation definitions as defined in the dictionary file this instance reads from / writes to.