fmeobjects.FMECoordSysManager.writePrjFile

FMECoordSysManager.writePrjFile(prjFileName, coordSysName)

Writes a .prj file containing the ESRI Well Known Text representation of the coord system name passed in .

Parameters:
  • prjFileName (str) – The name of destination file the representation of the coordinate system will be written to.

  • coordSysName (str) – The name of the coordinate system.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.