AIXM 4.5 Airspace Derived Geometry (Aviation Data Management)

许可等级:BasicStandardAdvanced

摘要

The Import AIXM 4.5 to AIS tool will create a null geometry for an airspace feature if AIXM messages contain instructions to generate derived airspace geometries. This tool updates the null geometry with a polygon derived from other airspace features.

用法

语法

AIXM45_AirspaceDerivedGeometry_aviationmanagement (in_workspace, workspace_version, {input_feature_sql})
参数说明数据类型
in_workspace

The workspace that contains the AIXM data.

Workspace
workspace_version

The geodatabase version in which the geometry updates will occur.

String
input_feature_sql
(可选)

用于选择要素子集的 SQL 表达式。有关 SQL 语法的详细信息,请参阅帮助主题ArcGIS 中使用的查询表达式的 SQL 参考

SQL Expression

代码实例

AIXM45_AirspaceDerivedGeometry example (Python window)

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

# workspace containing the AIXM data
inWorkspace = "c:/data/aeronautical.sde"

# update features in the default version
inVersion = "DBO.DEFAULT"

# execute AIXM45_AirspaceDerivedGeometry
arcpy.AIXM45_AirspaceDerivedGeometry_aviationmanagement(inWorkspace, inVersion)

环境

相关主题

许可信息

ArcGIS for Desktop Basic: 否
ArcGIS for Desktop Standard: 需要 Airports or Aviation Charting
ArcGIS for Desktop Advanced: 需要 Airports or Aviation Charting
4/27/2014