ArcGIS API for JavaScript DEMO使用-ArcGIS Web 开发学习(二)

       学习过程中碰到的一些例子,怕忘了记录一下。

       (1)ArcGIS Web API 已经提供了很好的帮助文档,参见https://developers.arcgis.com/javascript/jssamples/index.html#query_and_select ;

       (2)而且按住了arcgis server后,你也会看到一些帮助文件:http://localhost:6080/arcgis/help/zh-CN/#/na/0154000004w5000000/  这个页面里有“在 Web 应用程序中打印”地图的功能,和“Web GIS 应用程序的基本组成部分”,我后边会用到。

       (3)在运行arcgis 帮助网址的例子的时候,学的第一个例子是:https://developers.arcgis.com/javascript/jssamples/index.html#query_and_select  这里面的两个例子:“Feature layer hover”,“Query data without a map” ,这个例子是我感兴趣的,我学习了。

       (4)而且学习的过程中,csdn上也有不错的文章可以参考,参见:

       X-rapido的专栏 :http://blog.csdn.net/xiaokui_wingfly/article/details/8508952   和 贫_农 的专栏:http://blog.csdn.net/wd4java/article/details/42970873 

       (5)map对象中默认有一个GraphicLayer,置于最顶层,使用它的方式是map.graphics.  比如map.graphics.add(graphci);http://www.xuebuyuan.com/2172960.html


     





你可能感兴趣的:(JavaScript,Web,api,arcgis)