laptop and a wrench

不具合

The QueryFeaturesAsync method in the ServiceFeatureTable class sends an incorrect REST query when the service has M values resulting in NaN M values in an application.

最後に公開された状態: October 14, 2019 ArcGIS Runtime SDK
不具合 ID 番号 BUG-000122050
送信されましたApril 30, 2019
最終更新日June 5, 2024
適用対象ArcGIS Runtime SDK
見つかったバージョン100.5
オペレーティング システムWindows OS
ステータスWill Not Be Addressed

参考情報

The default behavior of feature tables is to load only the minimum content required for geometry and attribute values. M values can be obtained by explicitly loading each feature or by refreshing the table: For example, explicitly load each feature: ``` var f1 = pointsQueryResult.First(); var f2 = linesQueryResult.First(); var f3 = polysQueryResult.First(); await (f1 as ArcGISFeature).LoadAsync(); await (f2 as ArcGISFeature).LoadAsync(); await (f3 as ArcGISFeature).LoadAsync(); ``` For example, ``` await pointsTable.LoadOrRefreshFeaturesAsync(pointsQueryResult); ```

再現の手順

不具合 ID: BUG-000122050

ソフトウェア:

  • ArcGIS Runtime SDK

バグのステータスが変更されたときに通知を受け取る

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

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

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

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

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

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