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
Secure User Management, Made Simple | Frontegg
Frontegg powers modern businesses with a user management platform that’s fast to deploy and built to scale. Embed SSO, multi-tenancy, and a customer-facing admin portal using robust SDKs and APIs – no complex setup required. Designed for the Product-Led Growth era, it simplifies setup, secures your users, and frees your team to innovate. From startups to enterprises, Frontegg delivers enterprise-grade tools at zero cost to start. Kick off today.
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!