globalmapper.AddCustomEllipsoid =============================== .. currentmodule:: globalmapper .. py:function:: AddCustomEllipsoid (string aEllipsoidName, float aSemiMajor, float aSemiMinor) -> GM_Error_t32 Adds a new custom ellispoid based on the provided parameters. If this succeeds, you can use the provided ellipsoid name in later calls to :doc:`AddCustomDatum` to create a new custom datum. :param str aEllipsoidName: Name of ellipsoid :param float aSemiMajor: Semi-major axis in meters :param float aSemiMinor: Semi-minor axis in meters :returns: Error Code :rtype: GM_Error_t32