Verwendungen von Klasse
de.dlr.proseo.geotools.rest.model.RestPolygon
Packages, die RestPolygon verwenden
-
Verwendungen von RestPolygon in de.dlr.proseo.geotools.rest
Methoden in de.dlr.proseo.geotools.rest mit Parametern vom Typ RestPolygonModifizierer und TypMethodeBeschreibungorg.springframework.http.ResponseEntity
<Boolean> ContainController.containspoly
(String[] type, @Valid RestPolygon restPolygon) Tests whether the polygon is completly contained in any region of type(s)org.springframework.http.ResponseEntity
<Boolean> ContainControllerDecorator.containspoly
(String[] type, @Valid 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, @Valid RestPolygon restPolygon) Tests whether the polygon is overlaps any region of type(s)org.springframework.http.ResponseEntity
<Boolean> OverlapControllerDecorator.overlapspoly
(String[] type, @Valid 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.