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

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

+ Inheritance diagram for MgCoordinateSystemGeodeticPathDictionary:

List of all members.

Public Member Functions

virtual
MgCoordinateSystemGeodeticPath
GetGeodeticPath (CREFSTRING pathName)=0
 Returns the geodetic path object where the name is equal to the parameter pathName. The caller is responsible for disposing the object.
virtual
MgCoordinateSystemGeodeticPath
NewGeodeticPath ()=0
 Creates a new, empty geodetic path 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 MgCoordinateSystemGeodeticPathDictionary provides access to all geodetic transformation path definitions as defined in the dictionary file this instance reads from / writes to.