ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

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

ArcGIS Online

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

ArcGIS Desktop

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

ArcGIS Enterprise

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

ArcGIS for Developers

Инструменты для встраивания приложений с местоположениями

ArcGIS Solutions

Бесплатные шаблоны карт и приложений для отрасли

ArcGIS Marketplace

Получение приложения и данных для вашей организации.

  • Документация
  • Поддержка
Esri
  • Войти
user
  • Мой профиль
  • Выход

ArcMap

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • Extensions

UpdateTerminalElements

  • Краткая информация
  • Описание
  • Синтаксис
  • Пример кода

Краткая информация

Updates the terminal elements in the chart to reflect changes in the data.

Описание

Updates the terminal elements in the chart to reflect changes in the data. The elements currently supported include Communication Row, Pilot Briefing Bar, Ancillary Information, and Minima Table.

Синтаксис

UpdateTerminalElements (production_database, map_document, {element_list})
ПараметрОбъяснениеТип данных
production_database

The path to the Aviation geodatabase that contains the chart data.

String
map_document

A Map Document object that contains the terminal elements to update.

MapDocument
element_list
[element_list,...]

A python list containning the names of the terminal elements that need to be updated.

  • Communication Row
  • Pilot Briefing Bar
  • Ancillary Information
  • Minima Table
String

Пример кода

UpdateTerminalElements example

This sample script updates terminal elements for a single chart.

# Name: UpdateTerminalElements.py
# Description: Updates terminal elements for a chart
# Author: Esri
# Date: March 2015

# Import arcpyproduction
import arcpy
import arcpyproduction

# Check out Aviation license
arcpy.CheckOutExtension("aeronautical")

# Set variables
production_database = r'C:\Terminals\TERM_PD.sde'
map_document = arcpy.mapping.MapDocument(r'C:\Terminals\Terminal.mxd')
element_list = ["Communication Row","Pilot Briefing Bar", "Ancillary Information", "Minima Table"]

# Update terminal elements
arcpyproduction.aviation.charting.UpdateTerminalElements(production_database,map_document,element_list)

# Check in Aviation license
arcpy.CheckInExtension("aeronautical")

Связанные разделы

  • Introduction to arcpyproduction.aviation.charting

ArcGIS Desktop

  • На главную
  • Документация
  • Поддержка

ArcGIS Platform

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS for Developers
  • ArcGIS Solutions
  • ArcGIS Marketplace

Об Esri

  • О нас
  • Карьера
  • Блог Esri
  • Конференция пользователей
  • Саммит разработчиков
Esri
Расскажите нам, что вы думаете.
Copyright © 2020 Esri. | Конфиденциальность | Правовая информация