laptop and a wrench

Error

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.

Última publicación: October 14, 2019 ArcGIS Runtime SDK
Número de ID del error BUG-000122050
EnviadoApril 30, 2019
Última modificaciónJune 5, 2024
Relacionado conArcGIS Runtime SDK
Versión encontrada100.5
Sistema operativoWindows OS
EstadoWill Not Be Addressed

Información adicional

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

Pasos para reproducir

ID del error: BUG-000122050

Software:

  • ArcGIS Runtime SDK

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga