The IFeatureLayer.Search method with a spatial filter of 'esriSpatialRelEnum.esriSpatialRelIntersects' returns different results than the ArcMap Select By Location tool on some data.
上次发布: February 6, 2017ArcObjects SDK
漏洞 ID 编号
BUG-000101501
已提交
December 15, 2016
上次修改时间
June 5, 2024
适用范围
ArcObjects SDK
找到的版本
10.3.1
操作系统
Windows OS
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
For Select By Location, the tool uses tolerance in finding the result; the search distance is applied to create a buffer of input feature on top of the tolerance. For Spatial Filter, the default search distance is embedded in the search query.