ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • Справка
  • Sign Out
ArcGIS Desktop

ArcGIS Online

Картографическая платформа вашей организации

ArcGIS Desktop

Полноценная профессиональная ГИС

ArcGIS Enterprise

ГИС предприятия

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. | Конфиденциальность | Правовая информация