MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

Returns a pointer to the catalog-resident(!) geodetic transformation definition indicated by the index parameter.

Parameters:
indexA zero based index indicating the specific transformation definition which is to be returned.
Returns:
Returns a disposable pointer to the geodetic transformation definition indicated by the index parameter. The MgCoordinateSystemGeodeticTransformDef instance is guaranteed to exist in the geodetic transformation definition dictionary.
Exceptions:
MgIndexOutOfRangeExceptionif index is out of range. See MgCoordinateSystemTransform::GetGeodeticTransformationCount.
MgCoordinateSystemLoadFailedExceptionif the geodetic transformation denoted by the index is not contained in the dictionries but has been created in-memory only. Note though, that this will only in very rare circumstances.
MgCoordinateSystemInitializationFailedExceptionif the the transformation definition object could not be setup.
MgExceptionif the dictionaries could not be accessed or any other error condition has been encountered.
See also:
GetGeodeticTransformationCount