com.conversantmedia:rtree

Conversant RTree - N dimensional spatial index

Лицензия

Лицензия

Категории

Категории

Ant Компиляция и сборка
Группа

Группа

com.conversantmedia
Идентификатор

Идентификатор

rtree
Последняя версия

Последняя версия

1.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.conversantmedia:rtree
Conversant RTree - N dimensional spatial index
Ссылка на сайт

Ссылка на сайт

https://github.com/conversant/rtree
Организация-разработчик

Организация-разработчик

Conversant Engineering
Система контроля версий

Система контроля версий

https://github.com/conversant/rtree

Скачать rtree

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1