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