jgeohash

An easy-to-implement library that can assist Java developers in using the GeoHash algorithm in order to create geocodes based on custom latitude and longitude values. With the help of jGeohash, Java developers will be able to quickly and easily generate a geohash code using user-defined latitude and longitude values. By using the GeoHash algorithm, the space can be divided into multiple grid shapes. This library is a basic implementation from the GeoHash algorithm written in the java and can be applied to generate from the latitude and longitude a geohash code and reverse. The library is kept simple and have no dependencies to other libraries.

Лицензия

Лицензия

Категории

Категории

Geo Прикладные библиотеки Geospatial Jgeohash
Группа

Группа

de.alpharogroup
Идентификатор

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

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

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

2.5.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

jgeohash
An easy-to-implement library that can assist Java developers in using the GeoHash algorithm in order to create geocodes based on custom latitude and longitude values. With the help of jGeohash, Java developers will be able to quickly and easily generate a geohash code using user-defined latitude and longitude values. By using the GeoHash algorithm, the space can be divided into multiple grid shapes. This library is a basic implementation from the GeoHash algorithm written in the java and can be applied to generate from the latitude and longitude a geohash code and reverse. The library is kept simple and have no dependencies to other libraries.
Ссылка на сайт

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

http://astrapi69.github.io/jgeohash/
Организация-разработчик

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

Alpha Ro Group UG (haftungsbeschrängt)

Скачать jgeohash

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.4

test (7)

Идентификатор библиотеки Тип Версия
org.meanbean : meanbean jar 2.0.3
de.alpharogroup : jobject-evaluate jar 2.5
de.alpharogroup : test-objects jar 5
de.alpharogroup : silly-collections jar 5
org.testng : testng jar 6.14.3
junit : junit jar 4.12
org.mockito : mockito-core jar 2.23.4

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

  • jgeohash-geoip
  • jgeohash-core

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

Версия
2.5.2
2.5.1
2.5
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.4.7
1.4.6
1.4.5
1.4.4