ArcGIS Desktop

  • 文档
  • 支持

  • My Profile
  • 帮助
  • Sign Out
ArcGIS Desktop

ArcGIS Online

专为贵组织打造的制图平台

ArcGIS Desktop

全面的专业性 GIS

ArcGIS Enterprise

面向企业的 GIS

ArcGIS for Developers

用于构建位置感知应用程序的工具

ArcGIS Solutions

适用于行业的免费模板地图和应用程序

ArcGIS Marketplace

获取适用于组织的应用程序和数据

  • 文档
  • 支持
Esri
  • 登录
user
  • 我的个人资料
  • 登出

ArcMap

  • 主页
  • 入门
  • 地图
  • 分析
  • 管理数据
  • 工具
  • 扩展模块

Create Aviation Geodatabase

  • 摘要
  • 用法
  • 语法
  • 代码示例
  • 环境
  • 许可信息

摘要

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.

用法

  • You can create the AIS and Airports schemas in enterprise geodatabases. You can also create Airports schemas in file geodatabases.

  • When using an enterprise geodatabase, feature classes and tables are registered as versioned and enabled for archiving.

  • The default horizontal and vertical coordinate system for the AIS schema is WGS 1984. For the Airports schema, the default horizontal coordinate system is NAD83 and the default vertical coordinate system is NAVD88. You can specify a different spatial reference, but you must define both vertical and horizontal (X/Y and Z) systems.

语法

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.

  • AIS —Creates a schema based on AIXM 4.5 and 5.x.
  • AIRPORTS —Creates a schema based on Advisory Circular 150/5300-18C.
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 Desktop Basic: 否
  • ArcGIS Desktop Standard: 需要 Airports or Aviation Charting
  • ArcGIS Desktop Advanced: 需要 Airports or Aviation Charting

相关主题

  • An overview of the Aviation Data Management toolbox

ArcGIS Desktop

  • 主页
  • 文档
  • 支持

ArcGIS 平台

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

关于 Esri

  • 关于我们
  • 招贤纳士
  • 内部人员博客
  • 用户大会
  • 开发者峰会
Esri
分享您的想法。
© Copyright 2016 Environmental Systems Research Institute, Inc. | 隐私政策 | 法律声明