Package de.dlr.proseo.geotools.rest
Interface ContainController
- All Known Implementing Classes:
ContainControllerDecorator,ContainControllerImpl
public interface ContainController
No description
(Generated with springmvc-raml-parser v.2.0.5)
-
Method Summary
Modifier and TypeMethodDescriptionorg.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, RestPolygon restPolygon) Tests whether the polygon is completly contained in any region of type(s)
-
Method Details
-
contains
Tests whether the polygon is completly contained in any region of type(s) -
containspoly
org.springframework.http.ResponseEntity<Boolean> containspoly(String[] type, RestPolygon restPolygon) Tests whether the polygon is completly contained in any region of type(s)
-