摘要:
default.aspx页面:<esri:Command ClientAction="" Name="ClearSelection" DefaultImage="Images/MapTool/clear.gif" HoverImage="Images/MapTool/clear.gif" SelectedImage="Images/MapTool/clear.gif" ServerActionAssembly="App_Code" ServerActionClass=& 阅读全文
摘要:
在default.aspx页面添加多边形控件:<esri:Tool ClientAction="Polygon" Name="PolygonIdentify" DefaultImage="Images/MapTool/polyquery1.gif" HoverImage="Images/MapTool/polyquery2.gif" SelectedImage="Images/MapTool/polyquery2.gif" ServerActionAssembly="App_Co 阅读全文
摘要:
default.aspx页面添加矩形查询控件:<esri:Tool ClientAction="DragRectangle" DefaultImage="Images/MapTool/rectquery1.gif" HoverImage="Images/MapTool/rectquery2.gif" SelectedImage="Images/MapTool/rectquery2.gif" Name="Rectangle" ServerActionAssembly="App_Co 阅读全文
摘要:
default.aspx页面添加点查询控件: <esri:Tool BuddyItem="Tool" ClientAction="Point" JavaScriptFile="" Name="MapIdentify" ServerActionAssembly="App_Code" ServerActionClass="IdentifyPoint" Text="Identify" ToolTip="点查询" DefaultImage 阅读全文