Click or drag to resize

GM_GetAvailableProjectionList

Retrieves a list of all available 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.

Syntax
const GM_ProjectionInfo_t* __stdcall GM_GetAvailableProjectionList
(
uint32*             aProjCnt        // OUT: Number of projections returned in list
)