laptop and a wrench

Bug

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

Zuletzt veröffentlicht: July 30, 2015 ArcGIS Runtime SDK
Bug-ID-Nummer BUG-000088931
EingereichtJuly 8, 2015
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Runtime SDK
Gefunden in Version10.2.4
BetriebssystemRed Hat Enterprise Linux
Betriebssystemversion6.4 64 Bit
StatusKnown Limit

Zusätzliche Informationen

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

Workaround

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

Schritte zur Reproduzierung

Bug-ID: BUG-000088931

Software:

  • ArcGIS Runtime SDK

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln