Click or drag to resize

GM_SaveProjectionToString

Saves a GM_Projection_t structure to a WKT projection string.

Syntax
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
)