fmeobjects.FMECoordSysManager.getEllipsoidParms

FMECoordSysManager.getEllipsoidParms()

getEllipsoidParms(ellipsoidName),

Gets the definition of the ellipsoid whose name is passed in.

Parameters:

ellipsoidName (str) – The name of the ellipsoid the parameters are being retrieved for.

Return type:

list[str]

Returns:

The list storing the ellipsoid parameters. If no such ellipsoid exists, then an empty list is returned.

Raises:

FMEException – An exception is raised if an error occurred.