laptop and a wrench

漏洞

Using a statistical query on a point feature service or mobile geodatabase does not accurately return the correct feature count using non-rectangular geometry or polygon extents.

上次发布: October 1, 2022 ArcGIS Runtime SDK
漏洞 ID 编号 BUG-000152429
已提交September 19, 2022
上次修改时间June 5, 2024
适用范围ArcGIS Runtime SDK
找到的版本100.15
操作系统Android
操作系统版本12.x
状态As Designed

附加信息

When creating the statistics query as the issue, the query uses statQueryParams.setGeometry(triangleGraphic.getGeometry().getExtent());, whereas when creating the normal feature query, the query uses populationQuery.setGeometry(triangleGraphic.getGeometry()); The former is getting the bounding box of the triangle and sending that, which matches the described behavior above, whereas the latter is directly using the triangle geometry and sending that. Simply removing .getExtent() from the stats query geometry fixes the issue.

重现步骤

漏洞 ID: BUG-000152429

软件:

  • ArcGIS Runtime SDK

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项