laptop and a wrench

Erro

TocNodeContent.getImageUrl() returns null even TocNode.setAllExpanded is set to -1.

Última Publicação: August 25, 2014 No Product Found
Número de ID do Erro NIM011291
EnviadoAugust 28, 2007
Última ModificaçãoApril 2, 2025
Aplica-se àNo Product Found
Versão encontrada9.3 Daily
StatusNon-Reproducible

Informações Adicionais

No Public Explanation

Solução Provisória

After the toc expanded level is set to -1 (if is called programmatically in this case), all toc functionalities is needed to bereinitalized. The method webToc.setExpandLevel() does not generate the legend symbol.see the below modified calling method.//########################################### public void expandTOC(){ WebMap webMap = webContext.getWebMap(); WebContext webContext = webMap.getWebContext(); WebToc webToc = webContext.getWebToc(); webToc.setExpandLevel(-1); java.util.List<TocFunctionality> lc = webToc.getTocFunctionalities(); for (int i = 0; i < lc.size(); i++) { webToc.init(lc.get(i)); } findTocNode(webToc.getRootNodes()); return; }

Etapas para Reproduzir

ID do Erro: NIM011291

Software:

  • No Product Found

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download