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

CreateAirspaceAreas

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

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

Associates vertical (flight level) information from an airspace to two-dimensional features. Labeling these features with vertical information allows the display of three-dimensional information on a two-dimensional chart.

Описание

This function creates new AirspaceArea features from Airspace features. A geometric union of overlapping airspace is performed. The geometric union creates features with identical horizontal extents but different vertical information (flight levels). These features can be stacked on top of each other. A new two-dimensional geometry is created from each group of stacked features. It writes that geometry and all vertical information from each group into a new feature in the AirspaceArea feature class. You can display the vertical information as annotation on a chart by using Custom Callouts with a VST expression. This allows you to show three-dimensional information on a two-dimensional chart.

Preferences are a configuration step. You must set them before running the tool. However, once they are set, you do not have to change them unless you want to. You can create multiple sets of preferences by assigning names to them and switching between them.

Синтаксис

CreateAirspaceAreas (aoi_info, production_database, preference_name)
ПараметрОбъяснениеТип данных
aoi_info

An AviationChartInfo object that contains the information for the map ID for the areas of interest to be processed. The map ID can be retrieved using the GetAviationAOI function and will be formatted as Solution Name::Product Class Name::Series Name::Product Name::Instance Name::AOI Name.

AviationChartInfo
production_database

Path to the workspace containing the data used for production tasks or referenced by maps and charts.

String
preference_name

The preference used to run the create airspace areas in ArcMap. The preferences define the filter, airspace type, and spatial selection.

String

Пример кода

CreateAirspaceAreas example

This script associates vertical (flight level) information from an airspace to two-dimensional features.

# Name: CreateAirspaceAreasExample.py
# Description: Associates vertical (flight level) information from an airspace to two-dimensional features
# Author: Esri
# Date: March 2015

# Import arcpyproduction and aviation modules
import arcpy
import arcpyproduction

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

# Set variables
product_library = "c:/data/FAA_PL.sde"
production_database = "c:/data/FAA_PD.sde"
aoi_info = ["Aeronautical::IFR_Enroute::AK High::AK H-2::AK H-2::AK H-2 AOI","Aeronautical::IFR_Enroute::US High Even::H-12::H-12::H-12 AOI"]
preference_name = "Low Airspace"

# Get map IDs
mapIDs = arcpyproduction.aviation.charting.GetAviationAOI(product_library,aoi_info)

# Associates vertical (flight level) information
for aoi in mapIDs.values():
    arcpyproduction.aviation.charting.CreateAirspaceAreas(aoi_info,production_database,preference_name)

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

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

  • Introduction to arcpyproduction.aviation.charting
  • Creating a Python script to perform cartographic tasks on aeronautical charts

ArcGIS Desktop

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

ArcGIS Platform

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

Об Esri

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