摘要:
肆:炒菜篇 1、通过之前介绍的读取shape文件的py脚本,以下面方式将坐标值转换成wkb格式列表 def ShpToCoord(fileIn): shpFile=ogr.Open(fileIn) shpLayer=shpFile.GetLayer() shpExtent=shpLayer.GetExtent() frame.sketch.SetExtent(shpExtent) #print ... 阅读全文
posted @ 2008-03-30 19:12
columbus2
阅读(712)
评论(0)
推荐(0)