jGeoPlanet

Java client for Yahoo's GeoPlanet (AKA Where On Earth) service. Provides a way to look up WOE IDs as used by Twitter and FireEagle amongst other things.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

jGeoPlanet
Java client for Yahoo's GeoPlanet (AKA Where On Earth) service. Provides a way to look up WOE IDs as used by Twitter and FireEagle amongst other things.
Ссылка на сайт

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

http://www.joehalliwell.com/jGeoPlanet
Система контроля версий

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

https://github.com/joehalliwell/jGeoPlanet

Скачать jgeoplanet

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.json : json jar 20090211
commons-httpclient : commons-httpclient jar 3.1

test (2)

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

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

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

jGeoPlanet - the Java client for Yahoo! GeoPlanet

JGeoPlanet is a small library providing easy access to the Yahoo! GeoPlanet API. It allows you to look up WOE (Where On Earth) IDs, and explore the relationships between different places e.g. to find the towns within a given country.

Homepage: http://www.joehalliwell.com/jGeoPlanet

Dependencies

Dependencies are included with the binary release.

Feedback

Please report any bugs to joe.halliwell@gmail.com.

Licence

Developed by Joe Halliwell. This code is copyright (c) Winterwell Associates Ltd, 2009-2015. It is released as open-source under the LGPL license. See the file LICENCE.txt for a copy of this licence. This code comes with no warranty or support.

You must let your users know that you are using the jGeoPlanet library, which they can get the source code for. A credit on your home page with a link-back to this page, e.g. built using jGeoPlanet, is the recommended way to do this. Your own code can be licensed commercially and you do not have to release the source code.

Versions

  • 0.2.0 Changed package to com.joehalliwell.jgeoplanet. Available on Maven Central.
  • 0.1.3 Support Yahoo Geocode; various bugfixes. This release breaks the API.
  • 0.1.2 Support multiple place types; add bounding box. This release breaks API.
  • 0.1.1 Added Place.getCountry()
  • 0.1.0 Inital release

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

Версия
0.2.0