USA_DataManagerSettings.properties ファイルの編集

USA_DataManagerSettings.propertiesファイルは、ファイルパス とユーザ辞書変数を格納します。これらは、User Dictionary Writer を使う前に更新する必要があります。

  1. USA_DataManagerSettings.propertiesファイルを /udwriter/config フォルダに探します。
  2. ファイルをテキスト エディタで開きます。
    USA_DataManagerSettings.propertiesファイルは、デフォルトで次のように設定されています。
    
    # Properties used by MapMarker UDCreator GUI
    #
    # Optional - The number of dictionaries to be loaded.  DEFAULT=1 
    DICTIONARY_COUNT=1
    
    # Required - The path to the highest ranking dictionary (GeoStan data files)
    # Note that DICTIONARY_PATH is required from 1 to DICTIONARY_COUNT.
    
    # This information must be updated for your installation.  It specifies the location of the GeoStan data (using forward slashes).
    
    DICTIONARY_PATH1=/home/g1ntest/udwriter/DVDGDT
    
    # If us.z9 file is in a different folder than DICTIONARY_PATH1 then uncomment the following line and update to its path (using forward slashes).
    # In addition, change DICTIONARY_COUNT above to 2.
    #DICTIONARY_PATH2=C:/Program Files (x86)/Centrus/z9data
    
    
    # Enter license file path (using forward slashes) and password
    LICENSE_FILE=/home/g1ntest/udwriter/all_12345678_eap.lic
    PASSWORD=12345678
    
    ########################################
    #
    #  These items should be left unchanged
    #
    LIB_PATH=dlls
    #
    # Option to return all GeoStan data elements in USA_UserCandidateAddress class
    RETURN_EXTENDED_DATA=yes
    #
    # This optional property controls the number of GeoStan instances
    # used to process requests in a multi-threaded environment.
    #
    GEOSTAN_INSTANCE_COUNT=1
                    
  3. DICTIONARY_PATH1フィールドに、米国ジオコーダのデータ ファイルの場所へのパスを追加します。
  4. LICENSE_FILEフィールドと PASSWORD フィールドに、ライセンス ファイルとパスワードの場所ヘのパスを追加します。
  5. オプションのフィールドを確認し、必要であれば変更します。
  6. ファイルを保存します。