Package de.dlr.proseo.geotools.rest
Schnittstelle OverlapController
- Alle bekannten Implementierungsklassen:
OverlapControllerDecorator
,OverlapControllerImpl
public interface OverlapController
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 overlaps any region of type(s)org.springframework.http.ResponseEntity
<Boolean> overlapspoly
(String[] type, @Valid RestPolygon restPolygon) Tests whether the polygon is overlaps any region of type(s)
-
Methodendetails
-
overlaps
Tests whether the polygon is overlaps any region of type(s) -
overlapspoly
org.springframework.http.ResponseEntity<Boolean> overlapspoly(String[] type, @Valid @Valid RestPolygon restPolygon) Tests whether the polygon is overlaps any region of type(s)
-