GIS的积累
It is never to late to learn

导航

 

2011年7月19日

摘要: public static bool DeleteDuplicatedRasterDataset(ref IRasterCatalog targetRasterCatalog) { try { IFeatureClass pFeatureClass = targetRasterCatalog as IFeatureClass; int featurecount = pFeatureClass.FeatureCount(null); int oidindex = pFeatureClass.FindField(pFeatureClass.OIDFieldName); int shpindex . 阅读全文
posted @ 2011-07-19 09:12 GIS的学习 阅读(783) 评论(0) 推荐(0)