Global Mapper SDK
GM_SaveProjectionToString
Saves a GM_Projection_t structure to a WKT projection string.
Syntax
C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_SaveProjectionToString
(
const GM_Projection_t* aProj, // projection to save
char* aStrBuf, // buffer to store string in
uint32 aBufSize, // size of string buffer
uint32 aReserved // reserved for future use, must be 0
)