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

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