fmeobjects.FMECoordSysManager.getCoordSysParmsAsFeature

FMECoordSysManager.getCoordSysParmsAsFeature()

getCoordSysParmsAsFeature(coordSysName),

Retrieves the specified coordinate system and stores its definition in a returned feature.

Parameters:

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

Return type:

FMEFeature

Returns:

The FMEFeature the coordinate system definition is being stored in.

Raises:

FMEException – An exception is raised if an error occurred.