I can't find any code for doing this. The only places I can find it is in GIS APIs. Preferably in java, but I can port other languages too. I'd even settle for a overview of all the formulas required.
问问题
305 次
2 回答
0
我对你的问题有点困惑,所以这可能不是你正在寻找的(类型)答案。
在任何开源 GIS 的源文件中查找行缓冲代码。有几个。
至于算法,我用谷歌搜索了gis 缓冲,并在第一页找到了几个有用的结果。
于 2010-01-14T02:19:58.813 回答
0
使用任一:
Geometry.buffer(distance)
Java Topology Suite (JTS) 库中的方法http://www.vividsolutions.com/jts/JTSHome.htmJTS 库到 C++的 GEOS http://trac.osgeo.org/geos/ 端口。
于 2011-08-31T18:29:02.700 回答