Create Aviation Geodatabase (Aviation Data Management)

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

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

Applies one of the ArcGIS for Aviation data models to the target geodatabase and configures it for use with the software. The supported data models are the Esri Aeronautical Information System (AIS) Charting and Esri Airports.

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

Синтаксис

CreateAviationGeodatabase_aviationmanagement (in_workspace, in_data_model, {in_coordinate_system})
ПараметрОбъяснениеТип данных
in_workspace

The geodatabase in which the AIS or Airports schema is going to be created.

Workspace
in_data_model

Indicates the data model type to create in in_workspace.

  • AISCreates a schema based on AIXM 4.5 and 5.x.
  • AIRPORTSCreates a schema based on Advisory Circular 150/5300-18B.
String
in_coordinate_system
(дополнительно)

Spatial reference for the spatial data in in_workspace.

Coordinate System

Пример кода

CreateAviationGeodatabase example (Python window)

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

# set the workspace environment
arcpy.env.workspace="c:/data"

# Applies the Airports schema in the egdb referenced in c:/data/aero_egdb.sde
arcpy.CreateAviationGeodatabase_aviationmanagement("aero_egdb.sde","AIRPORTS")

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

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

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

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