如何利用ArcGIS Engine接口实现打开Raster Catalog中的某一幅指定的影像?
作者:互联网
如何利用ArcGIS Engine接口实现打开Raster Catalog中的某一幅指定的影像?
如何利用ArcGIS Engine接口实现打开Raster Catalog中的某一幅指定的影像?将IRasterCatalog转化为ITable,然后通过ITable.GetRow返回指定索引的IRow,将IRow转为IRasterCatalogItem,进而获取IRasterCatalogItem.RasterDataset即可获取指定影像
posted on 2016-02-23 13:04 gisoracle 阅读(369) 评论(0) 编辑 收藏 举报
标签:Engine,Raster,指定,ArcGIS,Catalog,影像 来源: https://blog.51cto.com/u_12139363/3030615