摘要: public partial class FrmAttributeTable : Form { private AxMapControl m_MapCtl; public FrmAttributeTable(AxMapControl pMapCtl) ... 阅读全文
posted @ 2015-01-21 16:43 毛小亮 阅读(291) 评论(0) 推荐(0) 编辑
摘要: private void 处理面积ToolStripMenuItem_Click(object sender, EventArgs e) { pLayer = axMapControl2.get_Layer(0); pFLayer = p... 阅读全文
posted @ 2015-01-21 15:27 毛小亮 阅读(159) 评论(0) 推荐(0) 编辑
摘要: private void 合并1500图斑ToolStripMenuItem_Click(object sender, EventArgs e) { /* *将图层中面积小于1500的图斑与之相同BSM且相邻的最大的图斑合并。 ... 阅读全文
posted @ 2015-01-21 15:25 毛小亮 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 1、插入/// ///向featureclass中批量插入features ,批量插入features,用buffer的方法,要比循环一个个Store的方法快////// 操作数据所在的IFeatureClassprivate void InsertFeatures( IFeatureClass p... 阅读全文
posted @ 2015-01-21 15:23 毛小亮 阅读(386) 评论(0) 推荐(0) 编辑
摘要: private void 复制ToolStripMenuItem_Click(object sender, EventArgs e) { int layercount = axMapControl2.LayerCount; if (layer... 阅读全文
posted @ 2015-01-21 15:08 毛小亮 阅读(384) 评论(0) 推荐(0) 编辑