silverlight地图上添加图例

本文介绍了一种在地图上添加图例的方法,使用了ESRI.ArcGIS.Client库中的Graphic类来实现图形符号的定制,并将这些图形添加到地图图层中。此过程涉及创建图形对象、设置其几何形状及符号,最后将其加入到特定的图层。
摘要由CSDN通过智能技术生成
                    地图上添加图例
                    ESRI.ArcGIS.Client.Graphic graphic = new ESRI.ArcGIS.Client.Graphic()
                    {
                        Geometry = objgraphic.Geometry,
                        Symbol = dd1.LayoutRoot.Resources["SelectedPictureSymbol"] as ESRI.ArcGIS.Client.Symbols.Symbol
                    };
                    MyGraphicsLayer.Graphics.Add(graphic);
                    //SilverlightMap.UserControls.MonitorPoint dd1 = new MonitorPoint();
                    //objDelgraphic.Symbol = dd1.LayoutRoot.Resources["SelectedPictureSymbol"] as ESRI.ArcGIS.Client.Symbols.Symbol;
                    objgraphic.Selected = true;
                    gralayer.Graphics.Remove(objgraphic);
                    //GraphicsLayer gralayer = objCurrentMap.Layers["FEATURELAYERMONITOR"] as GraphicsLayer;
                    //gralayer.Refresh();
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值