摘要: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:/
阅读全文
摘要:线:延长、平移http://flycandycan.blog.sohu.com/114474353.html线:打断http://blog.sina.com.cn/s/blog_4afef5df0100hm69.html
阅读全文
摘要:若干转头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
阅读全文
摘要: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
阅读全文
摘要://解决方式: 在ArcCatlog中右键Raster-->Calculate Statistics
阅读全文
摘要:什么是Model? Model是 input data, tools, output构成的流程.蓝色 :输入数据绿色 :输出数据橙色 :ToolModel由这三类元件组成.Model是自自定义的工具项:在ToolBox 中,New一个toolbox,命名成MyTool.右键MyToolNew一个Model.编辑好之后可以保存.右键点击可以Edit.
阅读全文
摘要:# 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
阅读全文