R-Tree Implementation Java

前端 未结 5 1249

I was searching the last few days for a stable implementation of the R-Tree with support of unlimited dimensions (20 or so would be enough). I only found this http://sourcef

5条回答
  •  悲&欢浪女
    2021-01-04 02:59

    I have found this R*-Tree implementation in Java which seems to offer many features:

    https://github.com/davidmoten/rtree

    You might want to check it out!

提交回复
热议问题