The Java RTree project aims to maintain an Java version of the RTree spatial indexing algorithm. See http://jsi.sourceforge.net for more information, and http://github.com/aled/jsi for latest development code.
Categories
GISLicense
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow Java Spatial Index (RTree) Library
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Hi Visit the blog "Zona OpenGTS" (www) zona-opengts.blogspot.com Thanks !!!
-
I have two questions about the function "pickNext()" in RTree.java.The first is when (newNode.entryCount < maxNodeEntries / 2) why choose node n to add the entry.The second is why choose the smaller area of tectangle to add the entry? Would you mind give me a reply? my email:liuguanli1205@qq.com
-
Jsi is excellent! Thanks.
-
Works out of the box. A simple test with 100 million random queries on an index containing 15.000 rectangles took about 20sec. Great!