Package de.dlr.proseo.geotools.rest
Interface OverlapController
- All Known Implementing Classes:
OverlapControllerDecorator,OverlapControllerImpl
public interface OverlapController
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 overlaps any region of type(s)org.springframework.http.ResponseEntity<Boolean> overlapspoly(String[] type, RestPolygon restPolygon) Tests whether the polygon is overlaps any region of type(s)
-
Method Details
-
overlaps
Tests whether the polygon is overlaps any region of type(s) -
overlapspoly
org.springframework.http.ResponseEntity<Boolean> overlapspoly(String[] type, RestPolygon restPolygon) Tests whether the polygon is overlaps any region of type(s)
-