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 for Java
漏洞 ID 编号 BUG-000088931
已提交July 8, 2015
上次修改时间June 11, 2020
适用范围ArcGIS Runtime SDK for Java
找到的版本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 for Java

从 ArcGIS 专家处获得帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项

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