Uses of Class
de.dlr.proseo.geotools.rest.model.RestPolygon
Packages that use RestPolygon
-
Uses of RestPolygon in de.dlr.proseo.geotools.rest
Methods in de.dlr.proseo.geotools.rest with parameters of type RestPolygonModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Boolean> ContainController.containspoly(String[] type, RestPolygon restPolygon) Tests whether the polygon is completly contained in any region of type(s)org.springframework.http.ResponseEntity<Boolean> ContainControllerDecorator.containspoly(String[] type, RestPolygon restPolygon) Tests whether the polygon is completly contained in any region of type(s)org.springframework.http.ResponseEntity<Boolean> ContainControllerImpl.containspoly(String[] type, RestPolygon restPolygon) Checks whether an area defined by a RestPolygin is contained in at least one of the provided regions.GeotoolsUtil.isPolyInside(RestPolygon poly, String[] types) Checks whether the geographical area defined by the RestPolygon is contained in one or more of the region types.GeotoolsUtil.isPolyOverlap(RestPolygon poly, String[] types) Check whether the geographical area defined by the RestPolygon overlaps one or more of the region types.org.springframework.http.ResponseEntity<Boolean> OverlapController.overlapspoly(String[] type, RestPolygon restPolygon) Tests whether the polygon is overlaps any region of type(s)org.springframework.http.ResponseEntity<Boolean> OverlapControllerDecorator.overlapspoly(String[] type, RestPolygon restPolygon) Tests whether the polygon is overlaps any region of type(s)org.springframework.http.ResponseEntity<Boolean> OverlapControllerImpl.overlapspoly(String[] type, RestPolygon restPolygon) Checks whether an area defined by a RestPolygin overlaps at least one of the provided regions.