随笔分类 -  ArcGIS Python ModelBuilder

Arcgis Javascript API 开发笔记
摘要:JS API3.4的要求à(1) IE9或以上版本否则dijit1.8.3不匹配1.如何发布ArcgisJavascript API应用0.准备工作: (1).有web应用: (2).有jsapi开发包1.将jsapi目录拷贝到自己的Web应用目录下2.在页面中添加引用(2个css,1个js)3.在页面中添加加载地图的脚本dojo.ready(function(){ mapObj=new esri.Map("map"); var districtLayer = new esri.layers.ArcGISDynamicMapServiceLayer(“http:/ 阅读全文

posted @ 2014-03-31 20:19 imihiro 阅读(84841) 评论(5) 推荐(2)

常用编辑
摘要:线:延长、平移http://flycandycan.blog.sohu.com/114474353.html线:打断http://blog.sina.com.cn/s/blog_4afef5df0100hm69.html 阅读全文

posted @ 2012-10-18 12:26 imihiro 阅读(185) 评论(0) 推荐(0)

Multipatch 从点文件生成multipatch
摘要:若干转头http://wenku.baidu.com/view/3c7e8f17866fb84ae45c8d0e.htmlsketchup+arcmap创建三维体http://www.doc88.com/p-083650791992.htmlarcgis online help centerhttp://help.arcgis.com/zh-cn/arcgisdesktop/10.0/help/index.html#//00q90000001q000000 阅读全文

posted @ 2012-10-17 16:26 imihiro 阅读(483) 评论(0) 推荐(0)

ArcObject GP 所有分析
摘要:You can execute any ArcToolbox tool or model via ArcObjects using the Geoprocessing library: http://edndoc.esri.com/arcobjects/9.2/CPP_VB6_VBA_VCPP_Doc/COM/gp/Using%20Geoprocessing%20Tools%20in%20VB.pdf 阅读全文

posted @ 2012-07-12 10:16 imihiro 阅读(463) 评论(0) 推荐(0)

ArcGIS Surface Analysis-->Contour Error
摘要://解决方式: 在ArcCatlog中右键Raster-->Calculate Statistics 阅读全文

posted @ 2012-07-11 09:48 imihiro 阅读(815) 评论(0) 推荐(0)

ModelBuilder 入门
摘要:什么是Model? Model是 input data, tools, output构成的流程.蓝色 :输入数据绿色 :输出数据橙色 :ToolModel由这三类元件组成.Model是自自定义的工具项:在ToolBox 中,New一个toolbox,命名成MyTool.右键MyToolNew一个Model.编辑好之后可以保存.右键点击可以Edit. 阅读全文

posted @ 2012-05-11 20:50 imihiro 阅读(683) 评论(0) 推荐(0)

Python featureClass clip Tin
摘要:# Purpose: Adding features to a TIN.# Create the Geoprocessor objectimport arcgisscriptinggp = arcgisscripting.create()#Check out the 3D Analyst extensiongp.CheckOutExtension ("3D")try: # Set the workspace (to avoid having to type in the full path to the data e # gp.workspace = "D:/Do 阅读全文

posted @ 2012-05-09 16:29 imihiro 阅读(434) 评论(0) 推荐(0)