トレース構成のエクスポート (Export Trace Configurations) (ユーティリティ ネットワーク)

ArcGIS Pro 3.4 | | ヘルプのアーカイブ

Standard または Advancedのライセンスで利用可能。

サマリー

名前付きトレース構成を、ユーティリティ ネットワークから JSON 形式 (*.jsonファイル) にエクスポートします 。

このツールは、[トレース構成のインポート (Import Trace Configurations)] ツールと組み合わせて使用できます。

トレース構成のエクスポートの詳細

使用法

  • エンタープライズ ジオデータベースを操作する場合、次が適用されます。
    • [入力ユーティリティ ネットワーク] パラメーター値は、ユーティリティ ネットワーク サービスから取得する必要があります。
    注意:

    [入力ユーティリティ ネットワーク] パラメーター値は、データベース ユーティリティ ネットワーク所有者として設定されたデータベース コネクションから得られます。これは、ポータル ユーティリティ ネットワーク所有者または管理者ロールを有するポータル アカウントとして接続したときに可能です。

  • ポータル ユーティリティ ネットワーク所有者は、ユーティリティ ネットワーク内の名前付きトレース構成を表示してエクスポートできます。 他のユーザーは、作成した名前付きトレース構成のみを表示してエクスポートできます。

  • *.json ファイルの情報は、次の形式で保存されます。

    [
    	{
    		"creator": "<property representing the connected portal account on creation>",
    		"name": "<property  representing the name for the named trace configuration>",
    		"description": "<property representing the description of the named trace configuration>",
    		"traceType": <property representing the trace type>,
    		"configuration": <property representing the collection of trace configuration parameters>,
    		"resultTypes": "[<property representing the types of results to return>]",
    		"tags": "<property representing user provided tags>"
    	}
    ]

    [トレース構成のエクスポート (Export Trace Configurations)] ツールを使用したユーティリティ ネットワークからの JSON 例

    [
    	{
    		"creator": "portaladmin_un",
    		"name": "Connected_RMT002_A",
    		"description": "Connected trace on subnet RMT002",
    		"traceType": 1,
    		"configuration": "{"includeBarriers":true,"validateConsistency":true,"ignoreBarriersAtStartingPoints":false,"allowIndeterminateFlow":false,"shortestPathNetworkAttributeName":"","traversabilityScope":"junctionsAndEdges","conditionBarriers":[],"functionBarriers":[],"functions":[],"outputFilters":[],"outputConditions":[],"pathDirection":"noDirection"}",
    		"resultTypes": "[{"type":"elements","includeGeometry":false,"includePropagatedValues":false,"networkAttributeNames":[],"diagramTemplateName":"","resultTypeFields":[]},{"type":"aggregatedGeometry","includeGeometry":false,"includePropagatedValues":false,"networkAttributeNames":[],"diagramTemplateName":"","resultTypeFields":[]}]",
    		"tags": "["connected","RMT002"]"
    	}
    ]

パラメーター

ラベル説明データ タイプ
入力ユーティリティ ネットワーク

エクスポートする名前付きトレース構成を含むユーティリティ ネットワーク。

Utility Network; Utility Network Layer
トレース構成

エクスポートする名前付きトレース構成。

String
出力ファイル (.json)

出力される *.json ファイル。

File

環境

このツールは、ジオプロセシング環境を使用しません。

ライセンス情報

  • Basic: No
  • Standard: Yes
  • Advanced: Yes

関連トピック