AddCustomEllipsoid¶
- globalmapper.AddCustomEllipsoid(string aEllipsoidName, float aSemiMajor, float aSemiMinor) GM_Error_t32 [source]¶
Adds a new custom ellispoid based on the provided parameters.
If this succeeds, you can use the provided ellipsoid name in later calls to AddCustomDatum to create a new custom datum.
- Parameters:
aEllipsoidName (str) – Name of ellipsoid
aSemiMajor (float) – Semi-major axis in meters
aSemiMinor (float) – Semi-minor axis in meters
- Returns:
Error Code
- Return type:
GM_Error_t32