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
Your top-rated shield against malware and online scams | Avast Free Antivirus
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
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!