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

  • ホーム
  • はじめに
  • マップ
  • 解析
  • データ管理
  • ツール
  • エクステンション

UpdateTerminalElements

  • 概要
  • ディスカッション
  • 構文
  • コードのサンプル

概要

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

ライセンス:

This function requires an ArcGIS Aviation license.

ディスカッション

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

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

Esri について

  • 会社概要
  • 採用情報
  • Esri ブログ
  • ユーザ カンファレンス
  • デベロッパ サミット
Esri
ご意見・ご感想をお寄せください。
Copyright © 2021 Esri. | プライバシー | リーガル