• 大小: 132KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-01
  • 语言: C#
  • 标签: C#  

资源简介

基于C# 2010 和 ArcGIS Engine 10.0做的,很简单的,测试过可以用,你也可以直接用的。因为没积分了,所以定5分,后来改成3分,有需要的就付出一点点吧。哈哈哈……

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using ESRI.ArcGIS.Geometry;
using ESRI.ArcGIS.Carto;
using ESRI.ArcGIS.Geodatabase;
using ESRI.ArcGIS.Analyst3D;
using ESRI.ArcGIS.DataSourcesRaster;
using ESRI.ArcGIS.Output;
using ESRI.ArcGIS.SpatialAnalyst;
using ESRI.ArcGIS.GeoAnalyst;
using ESRI.ArcGIS.DataSourcesFile;
using ESRI.ArcGIS.DataSourcesGDB;
using ESRI.ArcGIS.esriSystem;
using ESRI.ArcGIS.Controls;
using ESRI.ArcGIS.Display;
using ESRI.ArcGIS.SystemUI;
using ESRI.ArcGIS.DisplayUI;


namespace 实验
{
    public partial class Form1 : Form
    {
        public Form1()
        { 
            InitializeComponent();
        }
        private void Form1_Load(object sender EventArgs e)
        {
        }
        private void axTOCControl1_OnDoubleClick(object sender ITOCControlEvents_OnDoubleClickEvent e)
        {
            esriTOCControlItem itemType = esriTOCControlItem.esriTOCControlItemNone;
            IBasicMap basicMap = null;
            ilayer layer = null;
            object unk = null;
            object data = null;
            axTOCControl1.HitTest(e.x e.y ref itemType ref basicMap ref layer ref unk ref data);
            if (e.button == 1)
            {
                if (itemType == esriTOCControlItem.esriTOCControlItemLegendClass)
                {
                    //取得图例
                    ILegendClass pLegendClass = ((ILegendGroup)unk).get_Class((int)data);
                    //创建符号选择器SymbolSelector实例
                    SymbolSelectorFrm SymbolSelector = new SymbolSelectorFrm(pLegendClass layer);
                    //SymbolSelector.Show();
                    if (SymbolSelector.ShowDialog() == DialogResult.OK)
                    {
                        //局部更新主Map控件
                        axMapControl1.ActiveView.PartialRefresh(esriViewDrawPhase.esriViewGeography null null);
                        //设置新的符号
                        pLegendClass.Symbol = SymbolSelector.pSymbol;
                        //更新主Map控件和图层控件
                        this.axMapControl1.ActiveView.Refresh();
                        this.axTOCControl1.Refresh();
                    }
                }
            }

        //    esriTOCControlItem toccItem = esriTOCControlItem.esriTOCControlItemNone;
        //    ilayer ilayer = null;
        //    IBasicMap iBasicMap = null;
        //    object unk = null;
        //    object data = null;
        //    if (e.button == 1)
        //    {
        //        axTOCControl1.HitTest(e.x e.y ref toccItem ref iBasicMap ref ilayer ref unk ref data);
        //        System.Drawing.Point pos = new System.Drawing.Point(e.x e.y);
        //        if (toccItem == esriTOCControlItem.esriTOCControlItemLegendClass)
        //        {
        //            ESRI.ArcGIS.Carto.

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        130  2013-02-21 10:07  实验\实验\app.config

     文件      15872  2013-03-23 22:47  实验\实验\bin\Debug\ExportImage.pdb

     文件      41472  2013-04-02 18:10  实验\实验\bin\Debug\实验.exe

     文件        130  2013-02-21 10:07  实验\实验\bin\Debug\实验.exe.config

     文件      42496  2013-04-02 18:10  实验\实验\bin\Debug\实验.pdb

     文件      11608  2013-04-02 18:11  实验\实验\bin\Debug\实验.vshost.exe

     文件        130  2013-02-21 10:07  实验\实验\bin\Debug\实验.vshost.exe.config

     文件       4062  2013-04-02 18:09  实验\实验\Form1.cs

     文件       8064  2013-04-02 18:10  实验\实验\Form1.Designer.cs

     文件      31039  2013-04-02 09:41  实验\实验\Form1.resx

     文件     136495  2013-03-27 10:37  实验\实验\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       8921  2013-04-02 18:10  实验\实验\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件      11576  2013-04-02 18:05  实验\实验\obj\x86\Debug\GenerateResource-ResGen.read.1.tlog

     文件       1588  2013-04-02 18:05  实验\实验\obj\x86\Debug\GenerateResource-ResGen.write.1.tlog

     文件     180539  2013-04-02 13:27  实验\实验\obj\x86\Debug\ResolveAssemblyReference.cache

     文件       4608  2013-02-21 10:07  实验\实验\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件       2535  2013-04-02 18:11  实验\实验\obj\x86\Debug\实验.csproj.FileListAbsolute.txt

     文件      41472  2013-04-02 18:10  实验\实验\obj\x86\Debug\实验.exe

     文件      16710  2013-04-02 18:05  实验\实验\obj\x86\Debug\实验.Form1.resources

     文件        180  2013-04-02 16:33  实验\实验\obj\x86\Debug\实验.frmIdentify.resources

     文件      42496  2013-04-02 18:10  实验\实验\obj\x86\Debug\实验.pdb

     文件        180  2013-04-02 18:05  实验\实验\obj\x86\Debug\实验.Properties.Resources.resources

     文件       1019  2013-04-02 18:05  实验\实验\obj\x86\Debug\实验.SymbolSelectorFrm.resources

     文件        565  2013-02-21 08:57  实验\实验\Program.cs

     文件       1344  2013-02-21 08:32  实验\实验\Properties\AssemblyInfo.cs

     文件       2850  2013-02-21 10:07  实验\实验\Properties\Resources.Designer.cs

     文件       5612  2013-02-21 08:32  实验\实验\Properties\Resources.resx

     文件       1104  2013-02-21 10:07  实验\实验\Properties\Settings.Designer.cs

     文件        249  2013-02-21 08:32  实验\实验\Properties\Settings.settings

     文件      19476  2013-04-02 18:10  实验\实验\SymbolSelectorFrm.cs

............此处省略22个文件信息

评论

共有 条评论