IRasterBandCollection pRasterBandCollection = (IRasterBandCollection)pRasterDataset;
IRaster pTempRaster = new RasterClass();
IRasterBandCollection pTempRasterBandCollection = (IRasterBandCollection)pTempRaster;
IRasterBand pBand = pRasterBandCollection.Item(3);
pTempRasterBandCollection.AppendBand(pBand);
pRasterLayer.CreateFromRaster((IRaster)pTempRasterBandCollection);ArcEngine打开大于3个波段的数据
最新推荐文章于 2019-10-29 14:59:01 发布
本文详细介绍了如何使用代码将自定义栅格数据转换为矢量图层,并通过编程方式创建复杂的地理信息系统应用。
662

被折叠的 条评论
为什么被折叠?



