Global Mapper SDK
Retrieves a list of all native GM projections and their available parameters, datums, units, etc, including the names of said values. The number of entries in the returned list will be returned in the aProjCnt parameter. The returned pointer will remain valid for the remainder of the program operation or until this function is called again, at which time a new pointer may be returned.
This function is deprecated and will only return a much smaller list of projections than all that are now available. You can use GM_LoadProjectionFromEPSGCode or GM_LoadProjectionFromEWKTString instead to retrieve available projection definitions in the current format.
Syntax
C++
Copy
const GM_ProjectionInfo_t* __stdcall GM_GetAvailableProjectionList
(
uint32* aProjCnt // OUT: Number of projections returned in list
)
Comments
0 comments
Please sign in to leave a comment.