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 Deconflicted Footprints

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

描述

Exports nonoverlapping polygon features representing the deconflicted data area of each source dataset in a surface model.

插图

Export Deconflicted Footprints

使用方法

  • This tool requires both the ArcGIS Spatial Analyst extension and an ArcGIS Desktop Advanced license.

  • The output of this tool depends on the ordering of the datasets within the given surface model. The order in which the datasets are sorted is determined by a surface model's rules and influences which datasets should supersede other datasets.

    注:

    If the surface model you selected in the BIS Model parameter references datasets that were removed from the BIS, the surface model will need to be updated (manually loaded and resaved in the Compose Surface window) before it can be used with this tool.

  • Two surface models, each with the same set of overlapping source datasets but ordered differently, will produce a different output when run through this tool.

  • The output of this tool can be joined with the output of the Export BIS Metadata tool to produce an effective dataset that can be symbolized by or identified for many of its metadata characteristics.

语法

arcpy.bathymetry.ExportDeconflictedFootprints(bis_workspace, bis_model, out_features)
参数说明数据类型
bis_workspace

The Bathymetric Information System (BIS) from which the surface model's deconflicted footprints should be exported. This parameter accepts any geodatabase (.gdb) or enterprise database connection file (.sde) that has been registered as a BIS with the latest version.

Workspace
bis_model

The name of the surface model from which to export the deconflicted footprints.

String
out_features

The name and path given to the new polygon feature class that will be created.

Feature Class

代码示例

ExportDeconflictedFootprints example (Python window)

The following script demonstrates how to use the ExportDeconflictedFootprints tool.

# Name: ExportDeconflictedFootprints_Example.py
# Description: Export non-overlapping polygon features representing deconflicted data area of each dataset in the surface model
# Requirements: ArcGIS Bathymetry, Spatial Analyst, ArcGIS Desktop Advanced

import arcpy
arcpy.CheckOutExtension("Bathymetry")
arcpy.CheckOutExtension("Spatial")

# set up parameters
bis_workspace = "C:/Data/BIS.gdb"
bis_model = "Baja California"
out_features = "C:/Data/ModelOutputs.gdb/BajaCaliforniaFootprints"

# execute the tool. 
arcpy.ExportDeconflictedFootprints_bathymetry(bis_workspace, bis_model, out_features)

环境

  • 当前工作空间

许可信息

  • Basic: 否
  • Standard: 否
  • Advanced: 需要 ArcGIS Bathymetry and Spatial Analyst

相关主题

  • Composing a surface model
  • An overview of the Data Export toolset

ArcGIS Desktop

  • 主页
  • 文档
  • 支持

ArcGIS

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

关于 Esri

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