I'm upgrading some 9.3.1 ArcObjects applications to 10.2.1 and I'm getting some weird results. I have code that does "interior intersects" using a spatial filter and is returning features that obviously do not have intersecting interiors.
pSpatialFilter.SpatialRel = esriSpatialRelEnum.esriSpatialRelRelation;
pSpatialFilter.SpatialRelDescription = "T********";
The code is being used to select lines that intersect polygons. I've attached a screen shot of the result, it looks like maybe it's using the envelope of the features, not the features themselves?
It worked perfectly in 9.3.1.
Attachment 33010
Has anyone else come across this?
pSpatialFilter.SpatialRel = esriSpatialRelEnum.esriSpatialRelRelation;
pSpatialFilter.SpatialRelDescription = "T********";
The code is being used to select lines that intersect polygons. I've attached a screen shot of the result, it looks like maybe it's using the envelope of the features, not the features themselves?
It worked perfectly in 9.3.1.
Attachment 33010
Has anyone else come across this?