ArcGisEngine
文章平均质量分 78
桃李不言_下自成蹊
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ArcgisEngine开发之地图的基本操作
1、新建一个C#窗体项目,添加一个axMapControl、axLicenseControl以及5个Button按钮,如图所示:2、代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using Sy原创 2017-01-03 10:30:03 · 1465 阅读 · 0 评论 -
ArcGIS Engine之地图的打开与保存
1、窗体设计首先,我们创建一个C#的Windows窗体应用程序,在Form窗体中添加一个axMapControl、一个axLicenseControl以及三个Button按钮,如下图所示:2、代码实现using System;using System.Collections.Generic;using System.ComponentModel;using Syste原创 2017-01-06 17:12:59 · 5942 阅读 · 1 评论
分享