Global Mapper SDK
Retrieves information about the datum transformation used for a given datum.
This function is deprecated. Datums retrieved from the GeoCalc datasource with the value GM_DATUM_GEOCALC will give invalid returns.
Syntax
C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_GetDatumInfo
(
DATUM aDatumCode, // IN: Datum code to get information about
GM_DatumInfo_t* aDatumInfo // OUT: Information about datum transformation for datum
);
Comments
0 comments
Please sign in to leave a comment.