Carto Commander (Aeronautical)

Zusammenfassung

Creates, modifies, and deletes cartographic features for all the instances maintained and specified for the production database in the Data Management pane of the Production Properties dialog box.

This tool only works with the Aeronautical Information System (AIS) Charting model.

Verwendung

Syntax

CartoCommander_Aeronautical (input_instance, input_feature_class)
ParameterErläuterungDatentyp
input_instance
[input_instance,...]

The path to and name of the instances that you want to use.

String
input_feature_class
[input_feature_class,...]

The cartographic feature classes where features can be created or edited.

String

Codebeispiel

CartoCommander example (ArcGIS Python window)

This ArcGIS Python window script demonstrates a use of the CartoCommander function.

import arcpy

#Load Toolbox
arcpy.ImportToolbox(r'C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Aeronautical Tools.tbx')

# Local variables
Input_Instances = "Aeronautical::Enroute::Lower::SANFRAN"
Input_Feature_Classes = “ADHP_C; ADHPSurfacePoint_C;”

# Process: Carto Commander
arcpy.CartoCommander_Aeronautical(Input_Instances, Input_Feature_Classes)

Umgebungen

Dieses Werkzeug verwendet keine Geoverarbeitungsumgebungen.

Verwandte Themen

Lizenzinformationen

ArcView: Nein
ArcEditor: Nein
ArcInfo: Erfordert Aeronautical Solution

9/16/2010