Export AIS To AIXM 4.5 (Aviation Data Management)

License Level:BasicStandardAdvanced

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

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

Related Topics

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
3/3/2014