GIS的积累
It is never to late to learn

导航

 
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 45 下一页

2011年2月25日

摘要: Service configuration filesRelease 9.3The properties of service configurations are maintained in a file for each configuration in the GIS server's cfg directory(每个服务的属性被保存在GIS服务器的cfg目录下的一个配置文件里,例如:C:\Program Files\ArcGIS\server\user\cfg\zhyxk.MapServer.cfg). When you add a new service configurat 阅读全文
posted @ 2011-02-25 13:09 GIS的学习 阅读(879) 评论(0) 推荐(0) 编辑
 

2011年2月24日

摘要: Private Sub CommandButton1_Click()Dim pMxDoc As IMxDocumentSet pMxDoc = Application.DocumentDim pMap As IMapSet pMap = pMxDoc.FocusMapDim pActiveView As IActiveViewSet pActiveView = pMxDoc.FocusMapDim pFeatureClass As IFeatureClassDim pFLayer As IFeatureLayerSet pFLayer = pMap.Layer(0)Set pFeatureCl 阅读全文
posted @ 2011-02-24 11:42 GIS的学习 阅读(341) 评论(0) 推荐(0) 编辑
 
摘要: 阅读全文
posted @ 2011-02-24 11:28 GIS的学习 阅读(485) 评论(0) 推荐(0) 编辑
 

2011年2月23日

摘要: RegisterStartupScript(key, script)RegisterClientScriptBlock(key, script)这两个方法的作用都是从前台向后台写脚本,且都接受两个相同的参数:第一个参数 key 是插入的客户端脚本的唯一标识符。第二个参数 script 是要插入到页面中的客户端脚本内容,包括 <script> 的起始标记和终止标记</script>。 这两个方法唯一的不同之处在于向“何处”注册脚本块。RegisterClientScriptBlock(key, script)在 form开始处(紧接 <form runat="server& 阅读全文
posted @ 2011-02-23 15:43 GIS的学习 阅读(13193) 评论(0) 推荐(0) 编辑
 
摘要: 静态类型定义语言一种在编译时,数据类型是固定的语言。大多数静态类型定义语言强制这一点,它要求你在使用所有变量之前要声明它们的数据类型。Java和C是静态类型定义语言。动态类型定义语言一种在执行期间才去发现数据类型的语言,与静态类型定义相反。VBScript和Python是动态类型定义的,因为它们是在第一次给一个变量赋值的时候找出它的类型的。强类型定义语言一种总是强制类型定义的语言。Java和Python是强制类型定义的。如果你有一个整数,如果不显示地进行转换,你不能将其视为一个字符串。弱类型定义语言一种类型可以被忽略的语言,与强类型定义相反。VBScript是弱类型定义的。在VBScript中 阅读全文
posted @ 2011-02-23 10:46 GIS的学习 阅读(292) 评论(0) 推荐(0) 编辑
 

2011年2月22日

摘要: Class: ImageParametersDescription Represents the image parameter options used when calling ArcGISDynamicMapServiceLayer.exportMapImage, Geoprocessor.getResultImage, and Geoprocessor.getResultImageLayer.(在调用ArcGISDynamicMapServiceLayer.exportMapImage,Geoprocessor.getResultImage, and Geoprocessor.getR 阅读全文
posted @ 2011-02-22 20:35 GIS的学习 阅读(2780) 评论(0) 推荐(0) 编辑
 
摘要: 由于要学习 ArcGIS Server JavaScript API,在此 API 中 ESRI 采用的是 JavaScript 开源框架 Dojo,于是先学习了点 Dojo 的知识,算是为以后的工作做准备吧。 其实开源 JavaScript 框架很多,比如最早的 prototype,很实用的 jQuery,Yahoo 的 Yui,超炫的 ExtJS 等,至于为什么 ESRI 采用 Dojo,我们也不必去猜测,肯定有人家的道理滴,好好学习 Dojo 才是硬道理。 学习 Dojo 之前,务必要掌握一些必要的J avaScript 知识,如 json 等。由于以前 JavaScript 自认为学的 阅读全文
posted @ 2011-02-22 13:10 GIS的学习 阅读(542) 评论(0) 推荐(0) 编辑
 

2011年2月21日

摘要: Create an application using the ArcGIS API for JavaScript Let's walk through a sample application that adds a basemap from ArcGIS.com to the map. View a live version of the application here.Reference the ArcGIS API for JavaScript(引用ArcGIS API for JavaScript)To begin working with the ArcGIS API for J 阅读全文
posted @ 2011-02-21 22:23 GIS的学习 阅读(502) 评论(0) 推荐(0) 编辑
 
摘要: 比较乱,但是能够跑通的一些codes,简称:试验田[代码] 阅读全文
posted @ 2011-02-21 19:01 GIS的学习 阅读(7635) 评论(1) 推荐(1) 编辑
 
摘要: Mouse events on maps and graphics (map和graphics上的鼠标事件,准确的说是map和graphiclayer上的鼠标事件)The ArcGIS JavaScript API map and graphics layer provide a large set of mouse events users can use to interact with these objects(ArcGIS JavaScript API map和Graphiclayer提供了大量的鼠标事件,用户通过这些鼠标事件可以与这些对象交互). To register to li 阅读全文
posted @ 2011-02-21 13:49 GIS的学习 阅读(1446) 评论(0) 推荐(0) 编辑
 
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 45 下一页