Package org.codice.ddf.spatial.geocoding
Interface GeoCoderService
public interface GeoCoderService
-
Method Summary
Modifier and TypeMethodDescriptiongetLocation(String jsonp, String query) getNearbyCities(String wkt)
-
Method Details
-
getLocation
- Returns:
- a JSON string or null if jsonp is not valid JSON.
-
getNearbyCities
- Returns:
- a JSON string with the direction, distance and name of the nearbyCity
- Throws:
GeoEntryQueryException
-