两个常用的功能,将shp数据属性转成TXT和Excel(转)
摘要:
//转成txtpublic static void ConvertTable2Txt(ITable pTable, string pFilePath) { int pIndex = 0; string pStrLast = ""; string pTxtFile = System.IO.Path.Combine(pFilePath, (pTable as IDataset).Name + ".txt"); System.IO.FileStream pTxt1 = new System.IO.FileStream(pTxtFile, FileMode.Cr 阅读全文
posted @ 2013-07-23 07:07 gisai 阅读(6001) 评论(1) 推荐(0)
浙公网安备 33010602011771号