fmeobjects.FMECoordSysManager.readDefsFromFile

FMECoordSysManager.readDefsFromFile()

readDefsFromFile(fileName),

Reads definitions for Coordinate systems, Datums, Ellipsoids, and Units from the specified file. If the file cannot be found or there is an invalid definition then an error code is returned.

Parameters:

fileName (str) – The name of the file the definition is read from.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.