laptop and a wrench

Erro

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 Publicação: October 14, 2019 ArcGIS Runtime SDK
Número de ID do Erro BUG-000122050
EnviadoApril 30, 2019
Última ModificaçãoJune 5, 2024
Aplica-se àArcGIS Runtime SDK
Versão encontrada100.5
Sistema OperacionalWindows OS
StatusWill Not Be Addressed

Informações Adicionais

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

Etapas para Reproduzir

ID do Erro: BUG-000122050

Software:

  • ArcGIS Runtime SDK

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download