0

Possible Duplicate:
R-Tree Implementation Java

Are there any r-tree implementations in Java that can support an arbitrary number of dimensions?

I have only found java r-tree implementations for 2D data.

Community
  • 1
  • 1
pm3310
  • 119
  • 1
  • 2
  • 9
  • Does this link help? https://www.google.com/search?q=r-tree+implementation+in+Java+that+can+support+an+arbitrary+number+of+dimensions – Hans Z Jul 23 '12 at 15:46
  • Actually all the good r-tree implementations I've seen support more than 2 dimensions... you need to search more. – Has QUIT--Anony-Mousse Aug 27 '12 at 21:15
  • This implementation might be what you are looking for: https://github.com/davidmoten/rtree – Phil Mar 06 '15 at 16:19

0 Answers0