laptop and a wrench

Erro

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

Última Publicação: July 30, 2015 ArcGIS Runtime SDK for Java
Número de ID do Erro BUG-000088931
EnviadoJuly 8, 2015
Última ModificaçãoJune 11, 2020
Aplica-se àArcGIS Runtime SDK for Java
Versão encontrada10.2.4
Plataforma do servidorRed Hat Enterprise Linux
Plataforma do cliente6.4 64 Bit
StatusKnown Limit

Informações Adicionais

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

Solução Provisória

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

Etapas para Reproduzir

ID do Erro: BUG-000088931

Software:

  • ArcGIS Runtime SDK for Java

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com suporte técnico

Baixe o Esri Support App

Ir para opções de download

Descubra mais sobre este tema