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
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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!