Carto Commander (Aviation)

许可等级:BasicStandardAdvanced

摘要

Creates, modifies, and deletes cartographic features for all the instances maintained and specified for the Aviation Production Database.

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

用法

语法

CartoCommander_aviation (in_product_library_workspace, in_production_database_workspace, in_data_model, input_feature_class, input_instance)
参数说明数据类型
in_product_library_workspace

Path to the product library workspace.

Workspace
in_production_database_workspace

The workspace that contains the data used for production tasks or display on maps and charts.

Workspace
in_data_model

The aeronautical data model version.

String
input_feature_class
[input_feature_class,...]

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

String
input_instance
[input_instance,...]

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

String

代码实例

CartoCommander example (Python window)

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

# product library and production database workspaces
inProductLibrary = "c:/data/productLibrary.sde"
inProductionDb = "c:/data/productionDb.sde"

# AIS data model
inDataModel = "AIS Charting::10.1.0.0"

# input carto features
inFeatures = "ADHP_C"

# Instances maintained
inInstance = "Aeronautical::Enroute::Lower::SANFRAN::SANFRAN"

# execute Carto Commander
res = arcpy.CartoCommander_aviation(inProductLibrary, inProductionDb, inDataModel, inFeatures, inInstance)

print "Successfully created cartos in " + str(res.getOutput(0))

环境

相关主题

许可信息

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