public class GeoNamesService extends Object
| Modifier and Type | Field and Description |
|---|---|
static RecordDefinition |
NAME_RECORD_DEFINITION |
static RecordDefinition |
WIKIPEDIA_RECORD_DEFINITION |
| Constructor and Description |
|---|
GeoNamesService() |
GeoNamesService(URL url) |
| Modifier and Type | Method and Description |
|---|---|
List<Record> |
getNames(BoundingBox boundingBox) |
List<Record> |
getWikipediaArticles(BoundingBox boundingBox) |
List<Record> |
searchByName(String name) |
List<Record> |
searchByName(String name,
String countryCode) |
public static final RecordDefinition NAME_RECORD_DEFINITION
public static final RecordDefinition WIKIPEDIA_RECORD_DEFINITION
public GeoNamesService()
public GeoNamesService(URL url)
public List<Record> getNames(BoundingBox boundingBox)
public List<Record> getWikipediaArticles(BoundingBox boundingBox)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.