fmeobjects.FMECoordSysManager.getDatumParms

FMECoordSysManager.getDatumParms()

getDatumParms(datumName),

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

Parameters:

datumName (str) – The name of the datum the parameters are being retrieved for.

Return type:

list[str]

Returns:

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

Raises:

FMEException – An exception is raised if an error occurred.