ArcGIS Desktop

  • Documentación
  • Soporte

  • My Profile
  • Ayuda
  • Sign Out
ArcGIS Desktop

ArcGIS Online

La plataforma de representación cartográfica para tu organización

ArcGIS Desktop

Un completo SIG profesional

ArcGIS Enterprise

SIG en tu empresa

ArcGIS for Developers

Herramientas para crear aplicaciones basadas en la ubicación

ArcGIS Solutions

Plantillas de aplicaciones y mapas gratuitas para tu sector

ArcGIS Marketplace

Obtén aplicaciones y datos para tu organización.

  • Documentación
  • Soporte
Esri
  • Iniciar sesión
user
  • Mi perfil
  • Cerrar sesión

ArcMap

  • Inicio
  • Introducción
  • Cartografiar
  • Analizar
  • Administrar datos
  • Herramientas
  • Extensiones

CreateAirspaceLines

  • Resumen
  • Debate
  • Sintaxis
  • Muestra de código

Resumen

Generates line data from airspace features. You use this data to generate symbology and labels for both sides of the line features.

Licencia:

This function requires an ArcGIS for Aviation license.

Debate

This function creates line data from airspace features that can be used for creating symbology and labeling both sides of coincident airspace features. The line features have attribute values from the source airspaces. Using visual specifications, you can symbolize and label the lines based on these attributes. This will depict the types of airspace line features you can create. The features are written to the AirspaceLine feature class.

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.

Sintaxis

CreateAirspaceLines (aoi_info, production_database, preference_name)
ParámetroExplicaciónTipo de datos
aoi_info
[aoi_info,...]

A list of AviationChartInfo objects. The objects contain the information for 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.

String
production_database

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

String
preference_name

The preference used to run the create airspace lines in ArcMap. The preferences define the airspace type, label fields, and cluster tolerance.

String

Muestra de código

CreateAirspaceLines example

This script generates line data from airspace features.

# Name: CreateAirspaceLinesExample.py
# Description: Generates line data from airspace 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 = "FIR"

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

# Generate line data from airspace features
arcpyproduction.aviation.charting.CreateAirspaceLines(mapIDs.values(),production_database,preference_name)

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

Temas relacionados

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

ArcGIS Desktop

  • Inicio
  • Documentación
  • Soporte

Plataforma ArcGIS

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

Acerca de Esri

  • Quiénes somos
  • Empleo
  • Blog interno
  • Conferencia de usuarios
  • Cumbre de desarrolladores
Esri
Díganos su opinión.
© Copyright 2016 Environmental Systems Research Institute, Inc. | Privacidad | Legal