Package de.dlr.proseo.geotools.rest
Klasse OverlapControllerDecorator
java.lang.Object
de.dlr.proseo.geotools.rest.OverlapControllerDecorator
- Alle implementierten Schnittstellen:
OverlapController
@RestController
@RequestMapping(value="/proseo/geotools/{version}/overlaps",
produces="application/json")
@Validated
public class OverlapControllerDecorator
extends Object
implements OverlapController
No description
(Generated with springmvc-raml-parser v.2.0.5)
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.springframework.http.ResponseEntity
<Boolean> Tests whether the polygon is overlaps any region of type(s)org.springframework.http.ResponseEntity
<Boolean> overlapspoly
(String[] type, @Valid RestPolygon restPolygon) Tests whether the polygon is overlaps any region of type(s)
-
Konstruktordetails
-
OverlapControllerDecorator
public OverlapControllerDecorator()
-
-
Methodendetails
-
overlaps
@RequestMapping(value="", method=GET) public org.springframework.http.ResponseEntity<Boolean> overlaps(@RequestParam String[] poly, @RequestParam(required=false) String[] type) Tests whether the polygon is overlaps any region of type(s)- Angegeben von:
overlaps
in SchnittstelleOverlapController
-
overlapspoly
@RequestMapping(value="", method=POST) public org.springframework.http.ResponseEntity<Boolean> overlapspoly(@RequestParam(required=false) String[] type, @Valid @RequestBody @Valid RestPolygon restPolygon) Tests whether the polygon is overlaps any region of type(s)- Angegeben von:
overlapspoly
in SchnittstelleOverlapController
-