{
System.out.println("load status:" + wmsService.getLoadStatus().toString());
// get the layer infos
List Erro ID do Erro: BUG-000113100 Software: Obtenha ajuda de especialistas do ArcGIS Baixe o Aplicativo de Suporte da Esri
The Web Map Service (WMS) layer is not visible when instantiating the layer from a collection of WMSLayerInfos.
Número de ID do Erro
BUG-000113100 Enviado April 10, 2018 Última Modificação June 5, 2024 Aplica-se à ArcGIS Runtime SDK Versão encontrada 100.2.1 Sistema Operacional Windows OS Versão do Sistema Operacional 7.0 64 Bit Status Will Not Be Addressed
Informações Adicionais
The code snippet below shows how to add the WMS service to an ArcGIS Runtime SDK application using the WMSLayerInfos. Please reach out to Esri Technical Support if the issue persists.
// wms service
//WmsService wmsService = new WmsService("URLtoWMSService?request=GetCapabilities&service=WMS");
// load the service
wmsService.loadAsync();
wmsService.addDoneLoadingListener(() -> {
System.out.println("load status:" + wmsService.getLoadStatus().toString());
// get the layer infos
List Etapas para Reproduzir