Package | Description |
---|---|
org.codice.ddf.spatial.geocoder | |
org.codice.ddf.spatial.geocoder.geonames | |
org.codice.ddf.spatial.geocoding | |
org.codice.ddf.spatial.geocoding.query |
Modifier and Type | Method and Description |
---|---|
NearbyLocation |
GazetteerGeoCoder.getNearbyCity(String location) |
NearbyLocation |
GeoCoder.getNearbyCity(String locationWKT) |
Modifier and Type | Method and Description |
---|---|
List<NearbyLocation> |
GeoNamesWebService.getNearestCities(String locationWkt,
int radiusInKm,
int maxResults) |
List<GeoEntry> |
GeoNamesWebService.query(String queryString,
int maxResults) |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
GeoEntryQueryable.getCountryCode(String wktLocation,
int radius)
Retrieves the country code for the the area defined by
wktLocation in a distance of up
to radius from the coordinate searched. |
List<NearbyLocation> |
GeoEntryQueryable.getNearestCities(String location,
int radiusInKm,
int maxResults)
Retrieves the cities within
radiusInKm kilometers of metacard , sorted by
population in descending order. |
List<GeoEntry> |
GeoEntryQueryable.query(String queryString,
int maxResults)
Retrieves the top results for the given query up to
maxResults results. |
Modifier and Type | Method and Description |
---|---|
protected String |
GeoNamesQueryLuceneIndex.doGetCountryCode(org.locationtech.spatial4j.shape.Shape shape,
int radiusInKm,
org.apache.lucene.store.Directory directory) |
protected List<NearbyLocation> |
GeoNamesQueryLuceneIndex.doGetNearestCities(org.locationtech.spatial4j.shape.Shape shape,
int radiusInKm,
int maxResults,
org.apache.lucene.store.Directory directory) |
protected List<GeoEntry> |
GeoNamesQueryLuceneIndex.doQuery(String queryString,
int maxResults,
org.apache.lucene.store.Directory directory) |
Optional<String> |
GeoNamesQueryLuceneDirectoryIndex.getCountryCode(String wktLocation,
int radius) |
List<NearbyLocation> |
GeoNamesQueryLuceneDirectoryIndex.getNearestCities(String location,
int radiusInKm,
int maxResults) |
List<GeoEntry> |
GeoNamesQueryLuceneDirectoryIndex.query(String queryString,
int maxResults) |
This work is licensed under a Creative Commons Attribution 4.0 International License.