随笔分类 -  ArcEngine

摘要:/// <summary> /// 地块自动编号 /// </summary> /// <param name="cmbNumber">嘎查村编号</param> /// <param name="maxBlockNumber">SDE中查出的最大编号</param> /// <returns>返回 阅读全文
posted @ 2016-05-11 16:23 Magic_Cc 阅读(179) 评论(0) 推荐(0)
摘要:这些功能的实现都是通过ICommand来实现的,引用的是Esri.Arcgis.SystemUI;//这里的xxxxxxx就是你要实现的具体功能,xxxxxxx都是Controls点后都会看到的。ICommand command = new ESRI.ArcGIS.Controls.xxxxxxxx... 阅读全文
posted @ 2015-12-23 10:57 Magic_Cc 阅读(1821) 评论(0) 推荐(0)
摘要:OpenFileDialog ofd = new OpenFileDialog(); ofd.Title = "打开shape文件"; ofd.Filter = "shapefile (*.shp)|*.shp"; if (Dial... 阅读全文
posted @ 2015-12-23 10:28 Magic_Cc 阅读(1000) 评论(0) 推荐(0)
摘要:第一个窗口 Editfrm frm = new Editfrm();//实例化第二个窗口 frm.Tag = axMapControl1.Map;//在Tag属性中存储,第一个窗口的地图 ... 阅读全文
posted @ 2015-10-27 00:02 Magic_Cc 阅读(320) 评论(0) 推荐(0)