Class GeoCoderEndpoint

java.lang.Object
org.codice.ddf.spatial.geocoder.endpoint.GeoCoderEndpoint

@Path("/") public class GeoCoderEndpoint extends Object
  • Constructor Details

    • GeoCoderEndpoint

      public GeoCoderEndpoint(org.codice.ddf.spatial.geocoding.GeoCoderService geoCoderService)
  • Method Details

    • getLocation

      @GET public javax.ws.rs.core.Response getLocation(@QueryParam("jsonp") String jsonp, @QueryParam("query") String query)
    • getNearbyCities

      @GET @Path("nearby/cities/{wkt}") public javax.ws.rs.core.Response getNearbyCities(@PathParam("wkt") String wkt)