ArcGIS for Desktop

  • Documentation
  • Pricing
  • Support

  • My Profile
  • Help
  • Sign Out
ArcGIS for Desktop

ArcGIS Online

The mapping platform for your organization

ArcGIS for Desktop

A complete professional GIS

ArcGIS for Server

GIS in your enterprise

ArcGIS for Developers

Tools to build location-aware apps

ArcGIS Solutions

Free template maps and apps for your industry

ArcGIS Marketplace

Get apps and data for your organization

  • Documentation
  • Pricing
  • Support
Esri
  • Sign In
user
  • My Profile
  • Sign Out

Help

  • Home
  • Get Started
  • Map
  • Analyze
  • Manage Data
  • Tools
  • More...

Export AIS To AIXM 4.5

  • Summary
  • Usage
  • Syntax
  • Code Sample
  • Environments
  • Licensing Information

Summary

This tool creates an Aeronautical Information Exchange Model (AIXM) 4.5 XML message from your Aeronautical Information System (AIS) geodatabase. AIXM messages are XML documents that conform to the AIXM 4.5 XML schema. The tool creates data based on the rules and relationships defined by the Aeronautical Information Conceptual Model (AICM) and AIXM 4.5 standards. This tool allows you to share your AIS data as XML.

Usage

  • This tool requires the Data Interoperability extension. Activate the Data Interoperability extension through the ArcGIS Customize > Extensions dialog box.

  • You can customize this tool. Right-click the tool in the ArcToolbox window and click Edit. The tool will open in the Data Interoperability Workbench.

  • The tool uses the Attribute Schema Mapper parameter to map AIS attributes to AIXM 4.5 elements. Attribute Schema Mapper are *.csv files that list the attribute mapping. You can use *.csv files provided with the ArcGIS for Aviation: Charting. These files are installed in the <AviationCharting install dir>\DataExchange\AIXM\SchemaMapper folder.

  • This tool requires an ArcSDE geodatabase with the AIS schema. Use a connection file in the Input Workspace parameter.

Syntax

ExportAISToAIXM45_aviationmanagement (GEODBConnFile, AttributeSchemaMapper, DestDataset_AIXM)
ParameterExplanationData Type
GEODBConnFile

Connection file to the geodatabase that contains the AIS data.

Workspace
AttributeSchemaMapper

The .csv file that defines the mapping of AIS attributes to AIXM 4.5 elements. If exporting from an Oracle geodatabase, use ESRItoAIXM_Oracle_Attribute.csv. If exporting from an SQL Server geodatabase, use ESRItoAIXM_SQLServer_Attribute.csv.

File
DestDataset_AIXM

The file that will contain the AIXM 4.5 XML.

File

Code Sample

ExportAISToAIXM45 example (Python window)

The following Python window script demonstrates how to use the ExportAISToAIXM45 tool.

# schema mapper variable
attributeSchemaMap = "C:/Program Files/ArcGIS/ESRIAeronautical/Desktop10.1/DataExchange/AIXM/SchemaMapper/ESRItoAIXM_Oracle_Attribute.csv" 

# connection to AIS db
aisWorkspace="c:/data/ais.sde"

# output file
outAixmDataset = "C:/data/Aero/AIStoAIXM_Export.xml"

# execute the export 
arcpy.ExportAISToAIXM_aviationmanagement(attributeSchemaMap, aisWorkspace, outAixmDataset)

Environments

  • Current Workspace

Licensing Information

  • ArcGIS for Desktop Basic: No
  • ArcGIS for Desktop Standard: Requires Airports or Aviation Charting, and Data Interoperability
  • ArcGIS for Desktop Advanced: Requires Airports or Aviation Charting, and Data Interoperability

Related Topics

  • An overview of the AIXM toolset
Feedback on this topic?

ArcGIS for Desktop

  • Home
  • Documentation
  • Pricing
  • Support

ArcGIS Platform

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

About Esri

  • About Us
  • Careers
  • Insiders Blog
  • User Conference
  • Developer Summit
Esri
© Copyright 2016 Environmental Systems Research Institute, Inc. | Privacy | Legal