sliverlightarcgisapi实现地图地位冒气泡的功能.docx
上传人:sy****28 上传时间:2024-09-14 格式:DOCX 页数:15 大小:91KB 金币:16 举报 版权申诉
预览加载中,请您耐心等待几秒...

sliverlightarcgisapi实现地图地位冒气泡的功能.docx

sliverlightarcgisapi实现地图地位冒气泡的功能.docx

预览

免费试读已结束,剩余 5 页请下载文档后查看

16 金币

下载此文档

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

HYPERLINK"http://www.cnblogs.com/lwflt/archive/2010/06/25/1765499.html"sliverlightarcgisapi实现地图地位冒气泡的功能效果图如下:前台页面代码:<UserControlxmlns:esriToolkit="clr-namespace:ESRI.ArcGIS.Client.Toolkit;assembly=ESRI.ArcGIS.Client.Toolkit"xmlns:esri="clr-namespace:ESRI.ArcGIS.Client;assembly=ESRI.ArcGIS.Client"xmlns:esriSymbols="clr-namespace:ESRI.ArcGIS.Client.Symbols;assembly=ESRI.ArcGIS.Client"x:Class="_01.MainPage"xmlns="HYPERLINK"http://schemas.microsoft.com/winfx/2006/xaml/presentation"\t"_blank"http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="HYPERLINK"http://schemas.microsoft.com/winfx/2006/xaml"\t"_blank"http://schemas.microsoft.com/winfx/2006/xaml"xmlns:d="HYPERLINK"http://schemas.microsoft.com/expression/blend/2008"\t"_blank"http://schemas.microsoft.com/expression/blend/2008"xmlns:mc="HYPERLINK"http://schemas.openxmlformats.org/markup-compatibility/2006"\t"_blank"http://schemas.openxmlformats.org/markup-compatibility/2006"><Gridx:Name="LayoutRoot"Background="White"><Grid.Resources><esriSymbols:SimpleFillSymbolx:Name="DefaultFillSymbol"Fill="#33FF0000"BorderBrush="Red"BorderThickness="2"/></Grid.Resources><Grid.RowDefinitions><RowDefinitionHeight="130"/><RowDefinitionHeight="*"/></Grid.RowDefinitions><!--Extent="-33,-12.85,99.75,87.15"--><esri:Mapx:Name="MyMap"Grid.RowSpan="2"ExtentChanged="MyMap_ExtentChanged"Progress="MyMap_Progress"><esri:Map.Layers><!--<esri:ArcGISDynamicMapServiceLayerID="StreetMapLayer"/>--><!--<esri:GraphicsLayerID="GLayer"/>--></esri:Map.Layers></esri:Map><GridHeight="110"HorizontalAlignment="Right"VerticalAlignment="Top"Margin="0,10,10,0"><RectangleFill="#22000000"RadiusX="10"RadiusY="10"Margin="0,4,0,0"/><RectangleFill="#775C90B2"Stroke="Gray"RadiusX="10"RadiusY="10"Margin="0,0,0,5"/><RectangleFill="#66FFFFFF"Stroke="DarkGray"RadiusX="5"RadiusY="5"Margin="10,10,10,15"/><StackPanelOrientation="Vertical"><esriToolkit:Toolbarx:Name="MyToolbar"MaxItemHeight="80"MaxItemWidth="80"Grid.Row="0"VerticalAlignment=