com.conversantmedia:rtree

Conversant RTree - N dimensional spatial index

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.conversantmedia
ArtifactId

ArtifactId

rtree
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

com.conversantmedia:rtree
Conversant RTree - N dimensional spatial index
Project URL

Project URL

https://github.com/conversant/rtree
Project Organization

Project Organization

Conversant Engineering
Source Code Management

Source Code Management

https://github.com/conversant/rtree

Download rtree

How to add to project

<!-- https://jarcasting.com/artifacts/com.conversantmedia/rtree/ -->
<dependency>
    <groupId>com.conversantmedia</groupId>
    <artifactId>rtree</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.conversantmedia/rtree/
implementation 'com.conversantmedia:rtree:1.0.5'
// https://jarcasting.com/artifacts/com.conversantmedia/rtree/
implementation ("com.conversantmedia:rtree:1.0.5")
'com.conversantmedia:rtree:jar:1.0.5'
<dependency org="com.conversantmedia" name="rtree" rev="1.0.5">
  <artifact name="rtree" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.conversantmedia', module='rtree', version='1.0.5')
)
libraryDependencies += "com.conversantmedia" % "rtree" % "1.0.5"
[com.conversantmedia/rtree "1.0.5"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.

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.5</version>
</dependency>

Optionally specify a classifier for your version of Java

classifier
jdk8
jdk10
com.conversantmedia

Conversant, Inc.

The power of personal.

Versions

Version
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1