会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Lzm
2017年3月1日
skyline开发——加载Shapefile文件
摘要: 1 //1)获取道路的GroupID 2 string dlId = ptm.FindGroupByName("道路"); 3 IFeatureLayer66 featureLayer = null; 4 string tShapeFileName = path + "out_feature...
阅读全文
posted @ 2017-03-01 15:16 Lzhm216
阅读(371)
评论(0)
推荐(0)
skyline开发——读取Shapefile要素属性
摘要: 1 double len; 2 IFeatures66 features = featureLayer.FeatureGroups.Polyline.GetCurrentFeatures(); 3 foreach (IFeature66 feature in features) 4 { 5 ...
阅读全文
posted @ 2017-03-01 15:11 Lzhm216
阅读(407)
评论(0)
推荐(0)
WinForm DotNetBar 动态添加DataGridView
摘要: DataGridView dgv = new DataGridView(); dgv.Dock = DockStyle.Fill; dgv.Location = new System.Drawing.Point(0, 0); dgv.Size = new System.Drawing.Size(79
阅读全文
posted @ 2017-03-01 15:07 Lzhm216
阅读(555)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告