globalmapper.LoadProjectionFromWKTString¶
- globalmapper.LoadProjectionFromWKTString(str aStr) GM_Error_t32, GM_Projection_t [source]¶
Initializes a GM_Projection_t structure from a WKT projection string (like would be found in a PRJ file).
- Parameters
aStr (str) – String to decode projection from
- Returns
Error Code
- Return type
GM_Error_t32
- Returns
The decoded projection
- Return type