RTree算法Java实现:JSI RTree Library

jopen 11年前

JSI (Java Spatial Index) RTree Library 是一个RTree算法Java实现的开源库,理论来源是Guttman1984年的一篇论文"R-trees: A Dynamic Index Structure for Spatial Searching" by Antonin Guttman",论文可见(PDF on CiteSeerX).

这个开源项目的代码遵循 GNU Lesser General Public License

最新的代码可以在http://github.com/aled/jsi上找到

同时例子在https://github.com/aled/jsi-examples