Interface BadApis.Eight

  • Enclosing class:
    BadApis

    public static interface BadApis.Eight
    The interface Eight.
    • Method Detail

      • getGeometries

        @RequestMapping(value="/api/geometries",
                        produces="application/json",
                        method=GET)
        org.springframework.http.ResponseEntity<List<org.bremersee.geojson.model.Geometry>> getGeometries​(@RequestParam(name="q",required=false)
                                                                                                          String query)
        Gets geometries.
        Parameters:
        query - the query
        Returns:
        the geometries