benwbooth / rtree

Hyper-Dimensional R-Tree Index in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conversant RTree

RTree is an index that supports building a tree of bounding rectangles for arbitrary range searches. RTrees are efficient for geospatial data but can be extended to support any data that is amenable to range searching.

Conversant RTree is a hyper-dimensional (2D, 3D, 4D, nD) implementation of RTrees in Java. Conversant RTree supports data with large numbers of orthogonal relations or high dimensionality in the same way that traditional RTrees support 2 or 3 dimensional spatial data.

Conversant R-Tree is on Maven Central

Maven users can incorporate Conversant R-Tree the usual way.

<dependency>
  <groupId>com.conversantmedia</groupId>
  <artifactId>rtree</artifactId>
  <version>1.0.4</version>
</dependency>

About

Hyper-Dimensional R-Tree Index in Java

License:Apache License 2.0


Languages

Language:Java 100.0%