- globalmapper.GetDatumInfo(DATUM aDatumCode) GM_Error_t32, GM_DatumInfo_t[source]
-
Retrieves information about the datum transformation used for a given datum.
- Parameters:
-
aDatumCode (DATUM) – Datum code to get information about
- Returns:
-
Error Code
- Return type:
-
GM_Error_t32
- Returns:
-
Information about datum transformation for datum
- Return type:
Example
The following is an example of GetDatumInfo.
err_GetDatumInfo, datum_info = gm.GetDatumInfo(gm.GM_DATUM_WGS_84)
Comments
0 comments
Please sign in to leave a comment.