ArcEngine GP 资料(持续补充中……)

ArcGIS Engine中调用GP的两种方法:http://blog.csdn.net/lysc_forever/article/details/7674332

怎样执行GP工具(官方教材):http://resources.esri.com/help/9.3/ArcGISDesktop/dotnet/c4ff8b68-0410-435f-b8e5-682d5cea47cf.htm

Geoprocessing 数据批处理:http://www.cnblogs.com/flyingis/archive/2007/04/05/701398.html

GP环境变量设置:http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/d/0001000001n5000000.htm

GP环境变量:参考Arcpy http://desktop.arcgis.com/zh-cn/arcmap/10.3/analyze/arcpy-classes/env.htm

GP并行处理:http://blog.csdn.net/kikitamoon/article/details/42552953

后台运行GP工具:

http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Running_a_geoprocessing_tool_using_background_geoprocessing/00010000015z000000/

监听GP工具消息:

http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/GPEventHelper/00480000011s000000/

http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/GPEventListner/00480000011t000000/

GP运行结果提取:http://www.cnblogs.com/zhangjun1130/archive/2010/05/26/1744472.html

GP注意事项:

1)调用GP的时候不要开启编辑,否则你都不知道你是怎么死的

2)调用GP建议放到Try Catch语句中,这样出错了可以把gp的message输出 查看具体失败原因

3) 一些时间比较长的GP操作,建议把进度条加上,实时显示GP的消息

________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________

常见GP工具使用技巧总结:

1.字段计算器:http://blog.csdn.net/sxzhustar/article/details/11987685

我认为不错的GP相关博客链接:

1.http://blog.csdn.net/kone0611/article/details/52085720

2.http://blog.csdn.net/xinying180/article/details/70158549

转载自:https://blog.csdn.net/yh0503/article/details/51462077

You may also like...