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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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!