I need to create a query where the result returned by the geometry is compared with all other polygons layer except the polygon that intersect with my geometry.
It would be something similar to disjoint, but also returning the polygons bordering my gemetria (they touch their boundary).
The problem is that the parameter FF*FF**** do not returns geometries that touch the edge of my geometry (myGeom). I've tried several compositions for the parameter, following the ESRI documentation and definition of the algorithm used http://en.wikipedia.org/wiki/DE-9IM but could not succeed.
Beginning to think is a bug in ArcGIS Server. Someone confirms the problem?