图生活吧

博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  Silverlight

Silverlight
摘要:1、ArcGIS API for Microsoft Silverlight 3.0地址:http://www.esri.com/apps/products/download/index.cfm?fuseaction=download.main&downloadid=714ArcGIS Extensibility SDK for Silverlight 3.0地址:http://www.esri.com/apps/products/download/index.cfm?fuseaction=download.main&downloadid=836ArcGIS Viewer fo 阅读全文
posted @ 2012-12-18 21:16 图生活吧 阅读(307) 评论(0) 推荐(1)

摘要:通过自定义MarkerSymbol的控件模板,实现在ArcGIS中扩展符号样式。<esri:MarkerSymbol x:Key="myMarkerSymbolTemplate"> <esri:MarkerSymbol.ControlTemplate> <ControlTemplate> <Grid> <Canvas> <Polyline Points="0,0 10,0 5,10" Stroke="Red" StrokeThickness="2" 阅读全文
posted @ 2011-12-27 14:23 图生活吧 阅读(737) 评论(0) 推荐(1)

摘要:在FeatureLayer的Initialized事件中,MapTip通过Template加载自定义的控件模板,然后创建一个Canvas承载MapTip,并添加到页面上。Private Sub FeatureLayer_Initialized(ByVal sender As Object, ByVal e As EventArgs) Dim c As Canvas = New Canvas Dim mt As MapTip = New MapTip() With {.Template = CType(Application.Current.Resources("myMapTipTe. 阅读全文
posted @ 2011-12-27 14:15 图生活吧 阅读(786) 评论(0) 推荐(0)

摘要:Silverlight官网下载:ArcGIS Silverlight/WPF 2.1本站下载:ArcGIS Silverlight 2.2官网下载:ArcGIS Silverlight 2.2本站下载:ArcGIS Silverlight 2.3官网下载:ArcGIS Silverlight 2.3官网下载:ArcGIS Silverlight 2.4WPF官网下载:ArcGIS Silverlight/WPF 2.1官网下载:ArcGIS WPF 2.2官网下载:ArcGIS WPF 2.3官网下载:ArcGIS WPF 2.4WindowsPhone官网下载:ArcGIS WindowsP 阅读全文
posted @ 2011-12-09 17:29 图生活吧 阅读(439) 评论(0) 推荐(0)