fmeobjects.FMEReprojector.setCoordinateSystems

FMEReprojector.setCoordinateSystems(sourceCS, destCS)

Set the coordinate systems being used. Will throw an exception if the coordinate systems cannot be set or are invalid.

Parameters:
  • sourceCS (str) – The source coordinate system to set.

  • destCS (str) – The destination coordinate system to set.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.