laptop and a wrench

漏洞

Unable to correctly display a TextSymbol for a Point Graphic with a labeling expression as the text string.

上次发布: July 30, 2015 ArcGIS Runtime SDK
漏洞 ID 编号 BUG-000088931
已提交July 8, 2015
上次修改时间June 5, 2024
适用范围ArcGIS Runtime SDK
找到的版本10.2.4
操作系统Red Hat Enterprise Linux
操作系统版本6.4 64 Bit
状态Known Limit

附加信息

The label expression functionality was added for 3D scene views and does work for 2D maps. The Quartz release provides a feature label capability.

解决办法

Lookup the value of the needed label in the HashMap by supplying the key for the value that needs to be returned. Use the string that is returned to display the TextSymbol. Example; //Create an attribute Map<String, Object> attributes = new HashMap<String, Object>(); //Put the key value into the Map attributes.put("Name", "This is some text"); //get the string value by supplying the key String expression = (String) attributes.get("Name");

重现步骤

漏洞 ID: BUG-000088931

软件:

  • ArcGIS Runtime SDK

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

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

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项