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 Typ
    Methode
    Beschreibung
    org.springframework.http.ResponseEntity<Boolean>
    overlaps(String[] poly, String[] type)
    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

      org.springframework.http.ResponseEntity<Boolean> overlaps(String[] poly, String[] type)
      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)