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)
  • 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 Schnittstelle OverlapController
    • 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 Schnittstelle OverlapController