Select to view content in your preferred language

ISpatialFilter Changes from v10.0 to v10.2

439
1
11-04-2013 07:33 AM
MichaelVolz
Esteemed Contributor
To All ArcObjects Developers:

I have an application where the enduser selects polygons on 1 layer that are used to select polygons on another target layer.  This operation worked using ISpatialFilter in v10.0 and before (9.x), but now it selects more polygons on the target layer that are deleted (This deletion did not occur on the target layer).

Does anyone know if there were any changes to the ISpatialFilter object in v10.2 that would cause this behavior?

Any help or hints are greatly appreciated.
0 Kudos
1 Reply
ParitoshGupta
Occasional Contributor
Hi Michael
    There is a reported issue with ISpatialFilter interface, while using esriSpatialRelIntersects. The issue is listed in the following Esri document : -

http://downloads.esri.com/support/downloads/other_/102-IssuesAddressedList.pdf

Probably this may explain your trouble with ISpatialFilter 10.2

NIM031245 ISpatialFilter::SpatialRel::esriSpatialRelIntersects returns incorrect results when data is
in SDE

Suggest looking at recent patches to ArcGIS Desktop 10.2 to resolve the issue

http://support.esri.com/en/downloads/patches-servicepacks
0 Kudos