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

ImportAixm45

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

Resumen

Imports Aeronautical Information Exchange Model (AIXM) 4.5 schema data into an Aeronautical Information System (AIS) geodatabase.

Licencia:

This function requires an ArcGIS for Aviation license.

Debate

AIXM 4.5 data can be imported into an ArcGIS for Aviation: Cartografía enterprise geodatabase with the AIS schema. This function decodes the rules and relationships defined in an AIXM 4.5 XML message and re-creates them in the AIS data model. AIXM messages are XML documents that conform to the AIXM XML schema.

This tool requires an enterprise geodatabase with the AIS schema. Use this geodatabase as the workspace. This is the name of the geodatabase where the tool will create data.

Sintaxis

ImportAixm45 (workspace_path, message_path, {log_path}, {table_list})
ParámetroExplicaciónTipo de datos
workspace_path

The path to the connection file for the geodatabase where the AIXM 4.5 data will be imported. This geodatabase must have the AIS data model.

String
message_path

The path to the AIXM XML message to be imported into the AIS database.

String
log_path

The directory that will store the log file.

String
table_list
[table_list,...]

The list of AIXM tables to import.

String

Muestra de código

ImportAixm45 example

This sample imports data from an AIXM 4.5 message file and imports it into an enterprise geodatabase.

# Name: ImportAixm45_example.py
# Description: Imports AIXM 4.5 data into a geodatabase
# Author: Esri
# Date: September 2014

# Import arcpyproduction and aviation modules
import arcpy
import arcpyproduction

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

# Set variables
workspace = r'c:\data\10.3\Aviation\AIXM_Import.sde'
message = r'c:\data\10.3\Aviation\BD_2010-04-08.xml'
log = r'c:\data\10.3\Aviation\log.txt'

# Execute ImportAixm45
arcpyproduction.aviation.ImportAixm45(workspace, message, log)

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

Temas relacionados

  • Introduction to arcpyproduction.aviation
  • AIXM 4.5 features supported by the arcpyproduction.aviation.ImportAixm45 function

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