资源简介
基于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个文件信息
- 上一篇:c#绘制3D柱状图
- 下一篇:WPF实现Expander折叠展开动画
相关资源
- c#绘制3D柱状图
- C# 写得使用固高的运动控制卡写得控
- 模拟退火算法C#源码+
- C# 图 拓扑排序
- C#与TwinCAT通讯
- K-means聚类C#实现
- c#与文字语音转换与语音播放
- 利用C#远程存取Access数据库
- C#设计的简单的用户登录界面窗体
- C#利用AT指令控制短信猫发送短信
- 会员积分管理系统C#版
- mtp文件传输for C#
- C#操作手持机识别RFID电子标签
- c#读取DLT645-2007电力协议,项目源码
- csWPF井字棋游戏
- 基于asp.net的BBS论坛
- C#使用IBatisNet操作Oracle10g数据库
- 测绘工程中的前方交会 c#
- 运动会成绩管理系统课程设计 C#
- c#wpf chart绘图 源代码 示波器
- C#WPF 绘制几何图形 2D坐标 sin曲线
- Devexpress GridControl冻结头部几行
- .NET C#研发的授权工具winform
- Winform C#Socket异步通信
- 在winform下,利用控件ZedGraph控件绘制
- FileUpload控件上传文件客户端验证格式
- C#波形图含源代码
- WPF 关于C#代码实现ControlTemplate
- c#获取窗体句柄模拟鼠标点击
- C#+Sql server超市管理系统
评论
共有 条评论