JSI(JavaSpatialIndex)RTreeLibrary 是一个RTree算法Java实现的开源库,理论来源是Guttman1984年的一篇论文"R-trees:ADynamicIndexStructureforSpatialSearching"byAntoninGuttman",论文可见(PDFonCiteSeerX).
这个开源项目的代码遵循 GNULesserGeneralPublicLicense
最新的代码可以在https://github.com/aled/jsi上找到
同时例子在https://github.com/aled/jsi-examples
评论