laptop and a wrench

Bug

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.

Zuletzt veröffentlicht: October 1, 2022 ArcGIS Runtime SDK
Bug-ID-Nummer BUG-000152429
EingereichtSeptember 19, 2022
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Runtime SDK
Gefunden in Version100.15
BetriebssystemAndroid
Betriebssystemversion12.x
StatusAs Designed

Zusätzliche Informationen

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.

Schritte zur Reproduzierung

Bug-ID: BUG-000152429

Software:

  • ArcGIS Runtime SDK

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln