Chinaunix首页 | 论坛 | 博客
  • 博客访问: 255972
  • 博文数量: 45
  • 博客积分: 170
  • 博客等级: 入伍新兵
  • 技术积分: 488
  • 用 户 组: 普通用户
  • 注册时间: 2012-09-13 14:43
文章分类

全部博文(45)

文章存档

2014年(2)

2013年(35)

2012年(8)

我的朋友

发布时间:2013-05-26 19:33:31

点击(此处)折叠或打开IMap pMap;IActiveView pActiveView;pMap = axMapControl1.Map;pActiveView = pMap as IActiveView;double gap = 0.5;IPointCollection pPCol = new Polygon();IPoint pPoint = null;.........【阅读全文】

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

发布时间:2013-05-25 20:40:29

点击(此处)折叠或打开if (axMapControl1.LayerCount > 0){    IGeoFeatureLayer pGeoFeatureLayer;    ILineLabelPosition pLineLabelPosition;    ILabelEngineLayerProperties pLabelEngineLayerPrope.........【阅读全文】

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

发布时间:2013-04-23 21:15:51

    控件坐标与相应地理坐标转换    点击(此处)折叠或打开private void axMap1_MouseMoveEvent(object sender, AxMapObjects2._DMapEvents_MouseMoveEvent e){        .........【阅读全文】

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

发布时间:2013-04-23 21:09:50

点击(此处)折叠或打开//为图层添加相应省份名称MapObjects2.MapLayer lyr = (MapObjects2.MapLayer)axMap1.Layers.Item(0);//我使用的是中国地图,0层为省份 MapObjects2.LabelRenderer lb = new MapObjects2.LabelRendererClass();//创建标注对象 .........【阅读全文】

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

发布时间:2013-04-23 21:05:52

    一个图层是由很多要素所组成,要素查找是指找到符合要求的要素。MO提供了三种要素查找的方法:按表达式查找(SearchExpression)、按距离查找(SearchByDistance)以及按图形关系查找(SearchShape)。本文以按表达式查找为例,进行简单介绍点击(此处)折叠或打开string exp = ".........【阅读全文】

阅读(474) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

牛奶爱小许2014-11-28 21:21

回复  |  举报
留言热议
请登录后留言。

登录 注册