Chinaunix首页 | 论坛 | 博客
  • 博客访问: 8549
  • 博文数量: 9
  • 博客积分: 240
  • 博客等级: 二等列兵
  • 技术积分: 65
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-30 15:42
文章分类
文章存档

2011年(9)

我的朋友
最近访客

发布时间:2011-08-30 17:25:47

private void axMapControl1_OnMouseDown(object sender, ESRI.ArcGIS.Controls.IMapControlEvents2_OnMouseDownEvent e)        {            IPoint point = new PointClass();      .........【阅读全文】

阅读(318) | 评论(0) | 转发(0)

发布时间:2011-08-30 17:24:20

/// <summary>        /// 获取图层的默认符号        /// </summary>        /// <param name="pLayer">要获取默认符号的图层</param>        /// <par.........【阅读全文】

阅读(678) | 评论(0) | 转发(0)

发布时间:2011-08-30 17:18:48

 public IFeature getSelLayerFeature(int nIndexLayer)        {            IFeature fea = null;            IFeatureLayer pFeaLayer;  .........【阅读全文】

阅读(281) | 评论(0) | 转发(0)

发布时间:2011-08-30 17:16:45

ICommand pCommand = new ControlsSelectFeaturesToolClass();  pCommand.OnCreate(m_axMapControl.Object);   m_axMapControl.CurrentTool = pCommand as ITool;本文来自: http://www.gzzsc.net......【阅读全文】

阅读(242) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册