Select to view content in your preferred language

Query disjoint

838
0
08-16-2013 09:53 AM
FabianoScardua
Emerging Contributor
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).

I am using the following code

query.spatialRelationship = Query.SPATIAL_REL_RELATION;
query.relationParam = FF*FF****;
query.geometry = myGeom;

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?
Tags (2)
0 Kudos
0 Replies