摘要: [代码][代码]Supported pixel types limited to float and long because output currently limited to native ESRI GridPublic Function TinToRaster(pTin As ITinAdvanced, eRastConvType As esriRasterizationType, _ ... 阅读全文
posted @ 2010-07-01 10:30 zhh 阅读(1128) 评论(0) 推荐(1) 编辑
摘要: public void saveFeatureClass(IFeatureClass pFeatureClass, string fileName) {string sFileName = System.IO.Path.GetFileName(fileName); string sFilePath = System.IO.Path.GetDirectoryName(fileName); IDa... 阅读全文
posted @ 2010-07-01 10:23 zhh 阅读(523) 评论(0) 推荐(0) 编辑
摘要: public static ILayer openTinLayer(string fullPath) { ITinWorkspace pTinWorkspace; IWorkspace pWS; IWorkspaceFactory pWSFact = new TinWorkspaceFactoryClass(); ITinLayer pTinLayer = new TinLayerClas... 阅读全文
posted @ 2010-07-01 10:17 zhh 阅读(329) 评论(0) 推荐(0) 编辑
摘要: Imports System.IO Imports ESRI.ArcGIS.esriSystem Imports ESRI.ArcGIS.SystemUI Imports ESRI.ArcGIS.ADF Imports ESRI.ArcGIS.Geodatabase Imports ESRI.ArcGIS.Geometry Imports ESRI.ArcGIS.Controls I... 阅读全文
posted @ 2010-07-01 10:15 zhh 阅读(2043) 评论(0) 推荐(0) 编辑