laptop and a wrench

Bogue

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

Dernière publication: July 30, 2015 ArcGIS Runtime SDK for Java
Numéro d’ID de bogue BUG-000088931
EnvoiJuly 8, 2015
Dernière modificationJune 11, 2020
S’applique àArcGIS Runtime SDK for Java
Version trouvée10.2.4
Plateforme serveurRed Hat Enterprise Linux
Plateforme client6.4 64 Bit
StatutKnown Limit

Informations supplémentaires

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

Solution de contournement

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

Étapes pour reproduire

ID de bogue: BUG-000088931

Logiciel:

  • ArcGIS Runtime SDK for Java

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement

En savoir plus sur ce sujet