爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 2812|回复: 2

图层填充颜色问题

[复制链接]

新浪微博达人勋

发表于 2015-2-5 16:17:13 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x
把图形转化为图层之后,图层的填充颜色却只有一种,求教大神怎么改变?代码如下!!!
public void addLary()
        {
           
                MessageBox.Show(layersLegend1.ActiveMapFrame.MapView.GraphicCollection.GraphicList.Count + "gggg");
                VectorLayer pLayer = new VectorLayer(ShapeTypes.Polygon);
                pLayer.LayerName = "rrrr";
                pLayer.Visible = true;
                pLayer.EditAddField("ID", typeof(double));
                //layersLegend1.ActiveMapFrame.MapView.GraphicCollection.GraphicList.Add(g);
                //int o = 0;
                Graphic pGraphic = null;
                Color[] color = new Color[5];
                color[0] = Color.FromArgb(50, Color.Green);
                color[1] = Color.FromArgb(50, Color.Red);
                color[2] = Color.FromArgb(50, Color.Blue);
                color[3] = Color.FromArgb(50, Color.Black);
                color[4] = Color.FromArgb(50, Color.Red);
                double[] var = new double[5];
                for (int k = 0; k < (layersLegend1.ActiveMapFrame.MapView.GraphicCollection.GraphicList.Count); k++)
                {
                    pGraphic = layersLegend1.ActiveMapFrame.MapView.GraphicCollection.GraphicList[k];
               
                Shape pShape = pGraphic.Shape;
                int shapNum = layersLegend1.ActiveMapFrame.GetLayerNodes().Count;
                int shapeNum = pLayer.ShapeNum;
                int i = 1;
                if (pLayer.EditInsertShape(pShape, shapeNum))
                {
                    pLayer.EditCellValue("ID", shapeNum, i);
                }
                i += 1;
                pLayer.UpdateLegendScheme(LegendType.SingleSymbol, "ID");
                PolygonBreak aPGB = (PolygonBreak)pLayer.LegendScheme.LegendBreaks[0];
                aPGB.Color = color[k];
                var[k] = k;
                }
                layersLegend1.ActiveMapFrame.AddLayer(pLayer);
                pLayer.IsMaskout = true;
                layersLegend1.ActiveMapFrame.MapView.PaintLayers();
CFKC(4KJ7(C)CAQ6)QH7ZQS.png
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-2-5 17:13:48 | 显示全部楼层
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2015-2-6 08:20:19 | 显示全部楼层
谢谢分享,预报中用得着的。
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表