fmeobjects.FMECoordSysManager.getCoordSysParms

FMECoordSysManager.getCoordSysParms()

getCoordSysParms(coordSysName),

Returns the parameters associated with the coordinate system name in the pairwise ‘coordSysParms’ array.

Parameters:

coordSysName (str) – The name of the coordinate system the parameters are being retrieved for.

Return type:

list[str]

Returns:

Returns a pairwise list containing the parameters of the named coordinate system.

Raises:

FMEException – An exception is raised if an error occurred or the coordinate system could not be retrieved.