资源简介
很好的入门简单实例!适合新手使用!我看了一下,很值得借鉴,分享给大家!
代码片段和文件信息
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Collections.Specialized;
using ESRI.ArcGIS.ADF.Web.DataSources;
public partial class _Default : System.Web.UI.Page ICallbackEventHandler
{
public string getResourceContentCallBack;
public string showFieldInfoCallBack;
public string attributeQueryCallBack;
protected void Page_Load(object sender EventArgs e)
{
if (!Page.IsPostBack)
{
//layerList.Attributes[“onchange“] = “ShowFieldInfo()“;
}
getResourceContentCallBack = Page.Clientscript.GetCallbackEventReference(this
“message“ “processCallbackResult“ “context“ “postBackError“ true);
showFieldInfoCallBack = Page.Clientscript.GetCallbackEventReference(this
“message“ “processCallbackResult“ “context“ “postBackError“ true);
attributeQueryCallBack = Page.Clientscript.GetCallbackEventReference(this
“message“ “processCallbackResult“ “context“ “postBackError“ true);
}
protected void Page_PreRender(object sender EventArgs e)
{
//if (!IsPostBack)
// GetResourceContent();
}
private void GetResourceContent()
{
IMapFunctionality mf = (IMapFunctionality)Map1.GetFunctionality(“NorthAmericaMap“);
IGISResource gisresource = mf.Resource;
bool supported = gisresource.SupportsFunctionality(typeof(IQueryFunctionality));
if (!supported)
return;
IQueryFunctionality qfunc = (IQueryFunctionality)gisresource.CreateFunctionality(typeof(IQueryFunctionality) null);
string[] lids;
string[] lnames;
qfunc.GetQueryablelayers(null out lids out lnames);
for (int i = 0; i < lnames.Length; i++)
{
ListItem item = new ListItem(lnames[i] lids[i]);
//layerList.Items.Add(item);
}
}
#region ICallbackEventHandler Members
private string callbackArg;
string ICallbackEventHandler.GetCallbackResult()
{
// 判断是否有相应的缓存信息
string cachedResponse = Cache[callbackArg] as string;
if (cachedResponse != null)
{
return cachedResponse;
}
// 将传入参数依据&分割符分到querystring变量中
Array keyValuePairs = callbackArg.Split(“&“.ToCharArray());
NameValueCollection queryString = new NameValueCollection();
string[] keyValue;
string response = ““;
if (keyValuePairs.Length > 0)
{
for (int i = 0; i < keyValuePairs.Length; i++)
{
keyValue = keyValuePairs.GetValue(i).ToString().Split(“=“.ToCharArray());
queryString.Add(keyValue[0] keyValue[1]);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2010-05-31 14:12 WebGIS 开发(刘光)_1\
目录 0 2009-03-11 07:43 WebGIS 开发(刘光)_1\AttributeQuery\
目录 0 2009-03-11 07:43 WebGIS 开发(刘光)_1\AttributeQuery\App_Code\
文件 8109 2008-10-05 17:19 WebGIS 开发(刘光)_1\AttributeQuery\App_Code\GisFunctionality.cs
目录 0 2009-03-11 07:43 WebGIS 开发(刘光)_1\AttributeQuery\App_Data\
目录 0 2009-03-11 07:43 WebGIS 开发(刘光)_1\AttributeQuery\Bin\
文件 40960 2006-01-15 09:49 WebGIS 开发(刘光)_1\AttributeQuery\Bin\AspAlliance.CacheManager.dll
文件 28672 2008-10-05 16:33 WebGIS 开发(刘光)_1\AttributeQuery\Bin\xm
文件 60928 2008-10-05 16:33 WebGIS 开发(刘光)_1\AttributeQuery\Bin\xm
目录 0 2009-03-11 07:43 WebGIS 开发(刘光)_1\AttributeQuery\css\
文件 8578 2007-12-26 10:23 WebGIS 开发(刘光)_1\AttributeQuery\css\st
文件 7524 2008-10-20 20:37 WebGIS 开发(刘光)_1\AttributeQuery\Default.aspx
文件 4601 2008-10-01 00:07 WebGIS 开发(刘光)_1\AttributeQuery\Default.aspx.cs
目录 0 2009-03-11 07:43 WebGIS 开发(刘光)_1\AttributeQuery\Images\
目录 0 2009-03-11 07:43 WebGIS 开发(刘光)_1\AttributeQuery\Images\Toolbar\
文件 12705 2007-10-16 22:54 WebGIS 开发(刘光)_1\AttributeQuery\Images\Toolbar\clearhighlight_1.jpg
文件 12650 2007-10-16 22:54 WebGIS 开发(刘光)_1\AttributeQuery\Images\Toolbar\clearhighlight_2.jpg
文件 13331 2007-10-16 22:53 WebGIS 开发(刘光)_1\AttributeQuery\Images\Toolbar\clearhighlight_3.jpg
文件 12726 2007-10-17 16:27 WebGIS 开发(刘光)_1\AttributeQuery\Images\Toolbar\fullextent_1.jpg
文件 12703 2007-10-17 16:27 WebGIS 开发(刘光)_1\AttributeQuery\Images\Toolbar\fullextent_2.jpg
文件 13343 2007-10-17 16:27 WebGIS 开发(刘光)_1\AttributeQuery\Images\Toolbar\fullextent_3.jpg
文件 13312 2007-10-16 22:59 WebGIS 开发(刘光)_1\AttributeQuery\Images\Toolbar\identify_1.jpg
文件 13265 2007-10-16 23:00 WebGIS 开发(刘光)_1\AttributeQuery\Images\Toolbar\identify_2.jpg
文件 13954 2007-10-16 23:00 WebGIS 开发(刘光)_1\AttributeQuery\Images\Toolbar\identify_3.jpg
文件 12974 2007-10-16 23:02 WebGIS 开发(刘光)_1\AttributeQuery\Images\Toolbar\pan_1.jpg
文件 12949 2007-10-16 23:02 WebGIS 开发(刘光)_1\AttributeQuery\Images\Toolbar\pan_2.jpg
文件 13516 2007-10-16 23:02 WebGIS 开发(刘光)_1\AttributeQuery\Images\Toolbar\pan_3.jpg
文件 12709 2007-10-16 22:57 WebGIS 开发(刘光)_1\AttributeQuery\Images\Toolbar\select_circle_1.jpg
文件 12670 2007-10-16 22:57 WebGIS 开发(刘光)_1\AttributeQuery\Images\Toolbar\select_circle_2.jpg
文件 13233 2007-10-16 22:57 WebGIS 开发(刘光)_1\AttributeQuery\Images\Toolbar\select_circle_3.jpg
文件 2638 2008-05-22 14:36 WebGIS 开发(刘光)_1\AttributeQuery\Images\Toolbar\select_line_1.jpg
............此处省略348个文件信息
- 上一篇:IBM区块链解决方案
- 下一篇:人脸识别系统程序
相关资源
- FME crack含SafeFLEXlmInstaller.msi
- FlexRay总线控制器单片机驱动MC9S12XDP
- flexsim4仿真软件
- Flex4.0中文API
- unigui 最好的输出excel控件 TMS.FlexCel.
- VsFlexGrid8.0(表格控件).rar
- ArcGIS Server开发指南基于Flex和.Net
- flex&bison;英文版中文版PDF及随书代码
- FlexSim6.0.2.rar
- MSC.ADAMS_Flex及AutoFlex培训教程
- On-Line Trajectory Generation in Robotic Syste
- Flex PC Programmer V2.1.0.28富士PLC编程软件
- genesis10.2genflex3.2
- Flex调试工具 IE Firfox
- liveCycle data Service - part2
- liveCycle data Service - part1
- ArcGIS api for Flex2.0-3.4
- flex与bison(中文版).pdf
- Mak Rti license 破解文件 和 flexlm9
- liveCycle data Service - part3
- Lex与Yacc第二版高清版
- flexsim仿真软件教程-中文版
- 百度文库 在线文档管理系统
- flex与bison(中文版)
- FlexScan3D 3.17 汉化64位激活工具
- wincc flexible 高级使用教程
- Flex Sdk 3.0
- flex_Birdeye
- flashpaper与flexpaper破解版本
- flex&bison.pdf中文版本
评论
共有 条评论