Numéro d’ID de bogue |
BUG-000152429 |
Envoi | September 19, 2022 |
Dernière modification | June 5, 2024 |
S’applique à | ArcGIS Runtime SDK |
Version trouvée | 100.15 |
Système d’exploitation | Android |
Version du système d’exploitation | 12.x |
Statut | As Designed
Après examen par l’équipe de développement, il a été déterminé que ce comportement est prévu. Pour plus d’informations, reportez-vous à la section Informations supplémentaires.
|
Informations supplémentaires
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.
Étapes pour reproduire
ID de bogue: BUG-000152429
Logiciel: