[Geoserver-devel] [jira] Created: (GEOS-3735) Not Disjoint Filter does not work properly with ArcSDE datastore

Not Disjoint Filter does not work properly with ArcSDE datastore
----------------------------------------------------------------

                 Key: GEOS-3735
                 URL: http://jira.codehaus.org/browse/GEOS-3735
             Project: GeoServer
          Issue Type: Bug
          Components: ArcSDE, WFS
    Affects Versions: 2.0.0
         Environment: Tomcat 5.5 on Windows Server 2003 SP2, ArcSDE 9.2 database
            Reporter: Gerhard Sommer
            Assignee: Andrea Aime

A WFS filter using "Not Disjoint" returns the same number of features as the otherwise same filter using "Disjoint". If I use "Intersects" instead of "Not Disjoint", the result is OK. It looks like "Not" is ignored, if combined with "Disjoint".

I tried it with a featuretype, where 2068 features (polygons) are completely within the query polygon, 6 features are crossing the query polygon and 123 features are completely outside the query polygon. With different filters I get the following results:

Within: 2068
Not Within: 129
Disjoint: 123
Not Disjoint: 123 (should be 2074)
Intersects: 2074
Not Intersects: 123

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira