上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 45 下一页
摘要: http://blog.csdn.net/Terminatorss/article/details/4400238 在ArcMap中,单击图层右键菜单中的“Open Attribute Table”命令,便可弹出属性数据表。本讲将完成类似的功能,效果如下: 图1 数据表显示,我们用了DataGrid 阅读全文
posted @ 2016-05-17 12:13 焦涛 阅读(1769) 评论(0) 推荐(0)
摘要: 自定义工具类,实现添加图名,比例尺,指北针 添加图名 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using Syst 阅读全文
posted @ 2016-05-16 22:52 焦涛 阅读(3308) 评论(0) 推荐(0)
摘要: 转自:http://blog.csdn.net/freeWayWalker/article/details/25633859 调用ArcObjects对象,创建ArcGIS Engine自定义工具类,来生成地图元素。一些地图元素与数据框中的数据相关。此类元素包括图名、指北针、比例尺、比例文本和图例。 阅读全文
posted @ 2016-05-16 22:41 焦涛 阅读(596) 评论(0) 推荐(0)
摘要: //featureClass是自己获取的featureClass,也可是sde中获取的。 public void FilterAndZoomToLayer(IFeatureClass featureClass) { IFeatureLayer featureLayer = new FeatureLa 阅读全文
posted @ 2016-05-13 16:11 焦涛 阅读(1290) 评论(0) 推荐(0)
摘要: 转自:http://blog.csdn.net/freewaywalker/article/details/23703863 1. 要素的添加 ArcGIS Engine中,主要有两个方法用于要素的添加: Using IFeatureClass.CreateFeature followed by I 阅读全文
posted @ 2016-05-13 16:00 焦涛 阅读(2084) 评论(0) 推荐(0)
摘要: //闪烁目标 public static void FlashFeature(AxMapControl mapControl,IFeature iFeature, IMap iMap) { IActiveView iActiveView = iMap as IActiveView; if (iAct 阅读全文
posted @ 2016-05-13 14:49 焦涛 阅读(360) 评论(0) 推荐(0)
摘要: 转自http://blog.sina.com.cn/s/blog_4ac2a659010008w0.html 在使用 ArcGIS Engine开发的时候,会出现一个问题,那就是如果你写了下面的两个语句 m_activeView.Refresh();//或者是某种部分刷新的语句 m_mapContr 阅读全文
posted @ 2016-05-13 14:46 焦涛 阅读(284) 评论(0) 推荐(0)
摘要: private static void FlashPolygon(IMapControlDefault mapControlDefault, IGeometry iGeometry) { ISimpleFillSymbol iFillSymbol; ISymbol iSymbol; IRgbColo 阅读全文
posted @ 2016-05-13 14:45 焦涛 阅读(267) 评论(0) 推荐(0)
摘要: 天做arcengine的符号库管理,做好了符号文件symbol.StyleServer。用到方法AddItem、UpdateItem、RemoveItem。怎么都报错。网上同样问题的人也有一些,就是不见人回答,只有自己琢磨。最终搞定了。写下来,备用。 参考了一篇这样的文章IStyleGallery 阅读全文
posted @ 2016-05-11 15:08 焦涛 阅读(525) 评论(0) 推荐(0)
摘要: 转自:http://www.cnblogs.com/zhangjun1130/archive/2012/04/17/2454035.html 一、获取ServerStyle库中的符号 Style符号库在ArcGIS Engine开发中对应的是ServerStyle符号库,可以通过专门的转换程序把Ar 阅读全文
posted @ 2016-05-11 15:07 焦涛 阅读(660) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 45 下一页