摘要: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
阅读全文
随笔分类 - Silverlight
Silverlight
摘要:通过自定义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"
阅读全文
摘要:在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.
阅读全文
摘要: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
阅读全文
浙公网安备 33010602011771号