Skip to main content

导出追踪配置 (追踪网络工具)

汇总

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

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

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

用法

  • 输入追踪网络版本必须是 2 或更高版本。

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

    • 输入追踪网络参数值必须来自追踪网络服务。
    注:

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

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

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

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

    
    使用“导出追踪配置”工具来自追踪网络的示例 JSON:
    
    &lt;!--```json
    [
      {
      	&quot;creator&quot;: &quot;TN_Admin&quot;,
      	&quot;name&quot;: &quot;Connected trace HUC12&quot;,
      	&quot;description&quot;: &quot;Connected trace for HUC12&quot;,
      	&quot;traceType&quot;: 1,
      	&quot;configuration&quot;:
            {&quot;{&quot;includeBarriers&quot;:true,&quot;validateConsistency&quot;:true,&quot;ignoreBarriersAtStartingPoints&quot;:true,&quot;allowIndeterminateFlow&quot;:true,
             &quot;traversabilityScope&quot;:&quot;junctionsAndEdges\&quot;,&quot;combineUsingOr&quot;:false,&quot;isSpecificValue&quot;:true}],&quot;functionBarriers&quot;:[],
             &quot;functions&quot;:[],&quot;outputFilters&quot;:[],&quot;outputConditions&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;connected,nhd,huc12&quot;
      }
    ]
    ```-->
    

参数

标注 说明 数据类型

输入追踪网络

包含要导出的指定追踪配置的追踪网络。

Trace Network; Trace Network Layer

追踪配置

要导出的指定追踪配置。

String

输出文件 (.json)

输出 .json 文件。

File

环境

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

许可信息

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