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
Número de ID del error BUG-000088931
EnviadoJuly 8, 2015
Última modificaciónJune 5, 2024
Relacionado conArcGIS Runtime SDK
Versión encontrada10.2.4
Sistema operativoRed Hat Enterprise Linux
Versión de sistema operativo6.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

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga