AIXM 4.5 Airspace Derived Geometry (Aviation Data Management)

Nivel de licencia:BasicStandardAdvanced

Resumen

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.

Uso

Sintaxis

AIXM45_AirspaceDerivedGeometry_aviationmanagement (in_workspace, workspace_version, {input_feature_sql})
ParámetroExplicaciónTipo de datos
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
(Opcional)

Una expresión SQL utilizada para seleccionar un subconjunto de entidades. Para obtener más información sobre la sintaxis SQL, consulte el tema de la ayuda Referencia SQL para las expresiones de consulta utilizadas en ArcGIS.

SQL Expression

Ejemplo de código

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)

Entornos

Temas relacionados

Información sobre licencias

ArcGIS for Desktop Basic: No
ArcGIS for Desktop Standard: Requiere Airports or Aviation Charting
ArcGIS for Desktop Advanced: Requiere Airports or Aviation Charting
4/26/2014