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 Type
    Method
    Description
    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, RestPolygon restPolygon)
    Tests whether the polygon is completly contained in any region of type(s)
  • Method Details

    • 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, RestPolygon restPolygon)
      Tests whether the polygon is completly contained in any region of type(s)