yushff

code the world。

导航

2014年9月18日

摘要: (1)ISurfaceOp.Contour 根据DEM生成等高线图层: private void button1_Click(object sender, EventArgs e) { //得到Raster ILayer tLayer=this.axMapControl1.get_Layer(0);... 阅读全文

posted @ 2014-09-18 23:54 yushff 阅读(1485) 评论(2) 推荐(0) 编辑

摘要: IRaster、IRasterlayer、IRasterdataset之间的转换layer = axMapControl.get_Layer(0);//需要的栅格图层IRasterLayer rasterlayer = layer as IRasterLayer;IRaster raster = r... 阅读全文

posted @ 2014-09-18 23:53 yushff 阅读(2096) 评论(0) 推荐(0) 编辑