ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • 帮助
  • Sign Out
ArcGIS Desktop

ArcGIS Online

专为贵组织打造的制图平台

ArcGIS Desktop

全面的专业性 GIS

ArcGIS Enterprise

面向企业的 GIS

ArcGIS Developers

用于构建位置感知应用程序的工具

ArcGIS Solutions

适用于行业的免费模板地图和应用程序

ArcGIS Marketplace

获取适用于组织的应用程序和数据

  • 文档
  • 支持
Esri
  • 登录
user
  • 我的个人资料
  • 登出

ArcMap

  • 主页
  • 入门
  • 地图
  • 分析
  • 管理数据
  • 工具
  • 扩展模块

Export Topology

  • 描述
  • 使用方法
  • 语法
  • 代码示例
  • 环境
  • 许可信息

描述

Exports a topology from a geodatabase to an .xml file. The .xml file can be used by the Import Topology tool to create a topology in a feature dataset. Both this tool and the Import Topology tool allow you to share and create topologies within different geodatabases. The .xml file contains a definition of a topology, including feature class names, topology ranks, topology rules, and cluster tolerance.

使用方法

  • This tool supports all data models and can be used on any geodatabase topology.

语法

arcpy.defense.ExportTopology(topology, location, file_name)
参数说明数据类型
topology

An existing topology in a Defense Mapping geodatabase. All feature classes that participate in this topology will be listed in the output .xml file.

Topology; Topology Layer
location

The folder in which the .xml file will be written.

Folder
file_name

The name of the topology .xml file that will be created by the tool.

String

派生输出

名称说明数据类型
out_fileFile

代码示例

ExportTopology example (Python window)

The following Python window script demonstrates how to use the ExportTopology tool.

# import os for path functions
import os

# local variables
topology="C:\\data\\MX_GTDS_4_0.gdb\\GTDS\\GTDS_Topology"
path="c:\\data"
outfile="gtdsTopo.xml"

# execute the tool
arcpy.ExportTopology_defense(topology,path,outfile)

# see if the file exists
print os.path.exists(os.path.join(path,outfile))

环境

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

许可信息

  • Basic: 否
  • Standard: 需要 Defense Mapping
  • Advanced: 需要 Defense Mapping

相关主题

  • An overview of the Topology toolset
  • 拓扑基础知识
  • ArcGIS 中的拓扑

ArcGIS Desktop

  • 主页
  • 文档
  • 支持

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

关于 Esri

  • 关于我们
  • 招贤纳士
  • Esri 博客
  • 用户大会
  • 开发者峰会
Esri
分享您的想法。
Copyright © 2021 Esri. | 隐私政策 | 法律声明