laptop and a wrench

Bogue

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.

Dernière publication: October 14, 2019 ArcGIS Runtime SDK
Numéro d’ID de bogue BUG-000122050
EnvoiApril 30, 2019
Dernière modificationJune 5, 2024
S’applique àArcGIS Runtime SDK
Version trouvée100.5
Système d’exploitationWindows OS
StatutWill Not Be Addressed

Informations supplémentaires

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); ```

Étapes pour reproduire

ID de bogue: BUG-000122050

Logiciel:

  • ArcGIS Runtime SDK

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement