ArcGis 创建IWorkspace

 string oshpDir = System.IO.Path.GetDirectoryName(outfile);
            string oshpfilename = System.IO.Path.GetFileName(outfile);             IWorkspaceFactory wsFactory = new ShapefileWorkspaceFactoryClass();
            IWorkspaceName workspaceName = wsFactory.Create(oshpDir, oshpfilename, null, );
            ESRI.ArcGIS.esriSystem.IName name = (ESRI.ArcGIS.esriSystem.IName)workspaceName;
            IWorkspace copyWorkspace = (IWorkspace)name.Open();
上一篇:mongodb数据备份:导入导出


下一篇:【C#异常处理】堆栈溢出