Labels are missing if features co-exist when viewing an offline geodatabase in ArcGIS Runtime application.
上次发布: March 20, 2018ArcGIS Runtime SDK
漏洞 ID 编号
BUG-000112461
已提交
March 15, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS Runtime SDK
找到的版本
100.2.1
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
If the deconfliction strategy is unspecified in the labeling definition for the layer, then ArcGIS Runtime will default to deconfliction strategy option static to ensure best performance. In static mode, the API will try the specified/default location (e.g. above center) and if the label cannot be placed on the view at that location due a conflict with an existing feature or label, that label will not be placed on the view. By contrast, ArcGIS Desktop (ArcMap and Pro) defaults to a value of Best Position. That means multiple positions will be tried to determine if each label can be placed and then not placed if no viable position is found. The deconfliction strategy value is persisted in the rendering information in the mobile geodatabase for layers when published from ArcGIS Pro to ArcGIS Online, to ArcGIS Enterprise/Portal, or as a Mobile Map Package. If the label deconfliction strategy is undefined, it is possible via the API to modify the label definition for feature layers to set/override the deconfliction strategy property. Label definitions are currently specified for FeatureLayers via JSON. For more information see https://developers.arcgis.com/net/latest/wpf/guide/add-labels.htm.