Package de.dlr.proseo.geotools.rest
Schnittstelle ContainController
- Alle bekannten Implementierungsklassen:
ContainControllerDecorator
,ContainControllerImpl
public interface ContainController
No description
(Generated with springmvc-raml-parser v.2.0.5)
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.springframework.http.ResponseEntity
<Boolean> Tests whether the polygon is completly contained in any region of type(s)org.springframework.http.ResponseEntity
<Boolean> containspoly
(String[] type, @Valid RestPolygon restPolygon) Tests whether the polygon is completly contained in any region of type(s)
-
Methodendetails
-
contains
Tests whether the polygon is completly contained in any region of type(s) -
containspoly
org.springframework.http.ResponseEntity<Boolean> containspoly(String[] type, @Valid @Valid RestPolygon restPolygon) Tests whether the polygon is completly contained in any region of type(s)
-