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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動