Configuring Implicit NAD27 to NAD83 Datum Shifts

如果你计划运行workspaces that transform data between the datums NAD27 and NAD83 without explicitly choosing a transformation in a CsmapReprojector transformer, you must decide whether to use datum shift files for Canada or the US.

To apply the setting to all FME processes run on the machine

运行下面的之一g scripts:

To apply the setting only to FME processes run by the current user

Note  "> NoteA current user can also be aService Account.

运行下面的之一g from a command prompt:

Note  "> NoteYou must run the following commands as an Administrator.
  • Canada:Server/fme/fme APPLY_SETTINGS "CoordSys/NAD2783 Datum Shift" "canada only"
  • US:/Server/fme/fme APPLY_SETTINGS "CoordSys/NAD2783 Datum Shift" "usa only"

To apply different settings for specific FME Engines

In yourFME Flowarchitecture, you may want a set of FME Engines on one machine to run jobs that use the Canada datum shift files, and another set of FME Engines on another machine to run jobs that use the US datum shift files.

First, identify and configure separate operating system user accounts to run the distributed FME Engines. For more information, seeRunning the FME Engines Under a Different Account.

Next, for each user account configured to run a set of FME Engines, run the applicable command (above).

Finally, useQueue Controlto ensure yourworkspaces are run by the intended engine.