Klasse ContainControllerDecorator

java.lang.Object
de.dlr.proseo.geotools.rest.ContainControllerDecorator
Alle implementierten Schnittstellen:
ContainController

@RestController @RequestMapping(value="/proseo/geotools/{version}/contains", produces="application/json") @Validated public class ContainControllerDecorator extends Object implements ContainController
No description (Generated with springmvc-raml-parser v.2.0.5)
  • Konstruktordetails

    • ContainControllerDecorator

      public ContainControllerDecorator()
  • Methodendetails

    • contains

      @RequestMapping(value="", method=GET) public org.springframework.http.ResponseEntity<Boolean> contains(@RequestParam String[] poly, @RequestParam(required=false) String[] type)
      Tests whether the polygon is completly contained in any region of type(s)
      Angegeben von:
      contains in Schnittstelle ContainController
    • containspoly

      @RequestMapping(value="", method=POST) public org.springframework.http.ResponseEntity<Boolean> containspoly(@RequestParam(required=false) String[] type, @Valid @RequestBody @Valid RestPolygon restPolygon)
      Tests whether the polygon is completly contained in any region of type(s)
      Angegeben von:
      containspoly in Schnittstelle ContainController