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 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项