Export AIS To AIXM 4.5 (Aviation Data Management)

Уровень лицензии:BasicStandardAdvanced

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

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.

Использование

Синтаксис

ExportAISToAIXM45_aviationmanagement (GEODBConnFile, AttributeSchemaMapper, DestDataset_AIXM)
ПараметрОбъяснениеТип данных
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

Пример кода

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)

Параметры среды

Связанные темы

Информация о лицензировании

ArcGIS for Desktop Basic: Нет
ArcGIS for Desktop Standard: Требует Airports or Aviation Charting, and Data Interoperability
ArcGIS for Desktop Advanced: Требует Airports or Aviation Charting, and Data Interoperability
4/27/2014