laptop and a wrench

Error

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

Última publicación: July 30, 2015 ArcGIS Runtime SDK for Java
Número de ID del error BUG-000088931
EnviadoJuly 8, 2015
Última modificaciónJune 11, 2020
Relacionado conArcGIS Runtime SDK for Java
Versión encontrada10.2.4
Plataforma del servidorRed Hat Enterprise Linux
Plataforma cliente6.4 64 Bit
EstadoKnown Limit

Información adicional

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

Solución alternativa

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

Pasos para reproducir

ID del error: BUG-000088931

Software:

  • ArcGIS Runtime SDK for Java

Obtener ayuda de expertos en ArcGIS

Contactar con soporte técnico

Descargar la aplicación de soporte de Esri

Ir a las opciones de descarga

Descubrir más sobre este tema