- 22
- 0
- 约5.46千字
- 约 29页
- 2018-04-08 发布于江西
- 举报
ArcGIS Server编程通用步骤: 1、地图显示和漫游 添加MapResourseManager控件,添加数据源 添加Map控件,使用MapResourseManager数据源 添加Toolbar控件,增加漫游工具 添加Toc控件,设置BuddyControl属性 2、经纬度定位(非AJAX方式) 添加Textbox和Button服务器控件 双击Button控件,在服务端添加响应函数 protected void Button1_Click object sender, EventArgs e double x Convert.ToDouble TextBox1.Text ; double y Convert.ToDouble TextBox2.Text ; ESRI.ArcGIS.ADF.Web.Geometry.Point adfPoint new ESRI.ArcGIS.ADF.Web.Geometry.Point x,y ; Map1.CenterAt adfPoint ; 2、经纬度定位(AJAX) 添加Textbox和Button类型的HTML控件 双击Button控件,在客户端(页面)添加响应JS函数 function Button2_onclick var x document.getElementById Text1 .value;
您可能关注的文档
- 03_配置Windows Server 2003网络外文文献.ppt
- Apache HTTP Server 2完整安装步骤(附图)外文文献.docx
- Intercultural Communication外文文献.ppt
- 05T3用友通产品安装方法(SQL_SERVER2000+SP4+T3)外文文献.ppt
- Project server 2007完全安装(网络转载)外文文献.doc
- Project server 2007完全安装外文文献.doc
- ftp_client和server的C语言实现外文文献.doc
- RAID方案的选择(ubuntu server)外文文献.docx
- RDA实现SQL CE与SQL Server间数据存取外文文献.doc
- redis-server启动介绍外文文献.ppt
原创力文档

文档评论(0)