【041】通过调入txt的点数据来创建shp
摘要:
参考:http://bbs.esrichina-bj.cn/ESRI/viewthread.php?tid=46367调用的文本文件数据:程序的实现:第一步:全局变量!/// <summary>/// 要保存的ShapeFile全路径名称/// </summary>string shapeFileFullName = string.Empty;/// <summary>/// 测量数据全路径名称/// </summary>string surveyDataFullName = string.Empty;List<string> pCo 阅读全文
posted @ 2012-05-05 18:33 McDelfino 阅读(866) 评论(0) 推荐(0)