Defining SpatialRelationship=Intersects in QueryParameters for ServiceFeatureTable.QueryFeatureAsync() does not correctly translate into its query call. The spatialRel parameter must be esriSpatialRelIntersects, but it is changed to esriSpatialRelEnvelopeIntersects.
上次发布: November 23, 2022ArcGIS Runtime SDK
漏洞 ID 编号
BUG-000148414
已提交
April 11, 2022
上次修改时间
June 5, 2024
适用范围
ArcGIS Runtime SDK
找到的版本
100.13
操作系统
Windows OS
操作系统版本
10.0
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
This behavior is expected. 'Intersects' and 'Envelope Intersects' operate in the same way functionally, but the latter has been given certain optimizations for ArcGIS Server. The parameter changes when geometry is included in order to leverage these optimizations and enhance performance. Otherwise, this has no effect on the operation performed.