Skip to main content

导出追踪配置 (公共设施网络工具)

汇总

将公共设施网络中的指定追踪配置导出为 JSON 格式(.json 文件)。

此工具可以与导入追踪配置 工具一起使用。

了解有关导出追踪配置的详细信息

用法

  • 在使用企业级地理数据库时,需要满足以下要求:

    • 输入公共设施网络参数值必须来自公共设施网络服务。
    注:

    当作为门户公共设施网络所有者 或者具有管理员角色的门户账户进行连接时,输入公共设施网络参数值可以来自作为数据库公共设施网络所有者 建立的数据库连接。

  • 门户公共设施网络所有者 可以查看并导出公共设施网络中的任何指定追踪配置。 其他用户只能查看和导出其创建的指定追踪配置。

  • .json 文件中的信息按以下格式存储:

    <!--```other [ { "creator": "", "name": "", "description": "", "traceType": 、 "configuration": 、 "resultTypes": "[]", "tags": "" } ]

    
    使用“导出追踪配置”工具来自公共设施网络的示例 JSON:
    
    &lt;!--```json
    [
      {
      	&quot;creator&quot;: &quot;portaladmin_un&quot;,
      	&quot;name&quot;: &quot;Connected_RMT002_A&quot;,
      	&quot;description&quot;: &quot;Connected trace on subnet RMT002&quot;,
      	&quot;traceType&quot;: 1,
      	&quot;configuration&quot;: &quot;{&quot;includeBarriers&quot;:true,&quot;validateConsistency&quot;:true,&quot;ignoreBarriersAtStartingPoints&quot;:false,&quot;allowIndeterminateFlow&quot;:false,&quot;shortestPathNetworkAttributeName&quot;:&quot;&quot;,&quot;traversabilityScope&quot;:&quot;junctionsAndEdges&quot;,&quot;conditionBarriers&quot;:[],&quot;functionBarriers&quot;:[],&quot;functions&quot;:[],&quot;outputFilters&quot;:[],&quot;outputConditions&quot;:[],&quot;pathDirection&quot;:&quot;noDirection&quot;}&quot;,
      	&quot;resultTypes&quot;: &quot;[{&quot;type&quot;:&quot;elements&quot;,&quot;includeGeometry&quot;:false,&quot;includePropagatedValues&quot;:false,&quot;networkAttributeNames&quot;:[],&quot;diagramTemplateName&quot;:&quot;&quot;,&quot;resultTypeFields&quot;:[]},{&quot;type&quot;:&quot;aggregatedGeometry&quot;,&quot;includeGeometry&quot;:false,&quot;includePropagatedValues&quot;:false,&quot;networkAttributeNames&quot;:[],&quot;diagramTemplateName&quot;:&quot;&quot;,&quot;resultTypeFields&quot;:[]}]&quot;,
      	&quot;tags&quot;: &quot;[&quot;connected&quot;,&quot;RMT002&quot;]&quot;
      }
    ]
    ```-->
    

参数

标注 说明 数据类型

输入公共设施网络

包含要导出的指定追踪配置的公共设施网络。

Utility Network; Utility Network Layer

追踪配置

要导出的指定追踪配置。

String

输出文件 (.json)

输出 .json 文件。

File

环境

此工具不使用任何地理处理环境。

许可信息

  • 基本: 否
  • 标准: 是
  • 高级: 是