Ticket #2564 (closed defect: fixed)
Filter Encoding: Modify DWithin definition
| Reported by: | assefa | Owned by: | assefa |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.2 release |
| Component: | WFS Server | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: | pramsey@…, bartvde@…, tomkralidis |
Description
Currently DWithin is implemented using geos within functionality where the query shape is a buffered copy of the original shape. Same for within. My interpretation of the within/dwithin operator looking at the specs "simple feature specification for sql" was that the feature should be totally contained. If that is not the case, It can easily be changes to use the distance geos operator.
But this interpretation might be wrong and expected behavior would be more like
http://geoapi.sourceforge.net/2.0/javadoc/org/opengis/filter/spatial/DWithin.html and http://download.oracle.com/docs/html/A85337_01/sdo_objg.htm#854615
