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

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