{
System.out.println("load status:" + wmsService.getLoadStatus().toString());
// get the layer infos
List Error ID del error: BUG-000113100 Software: Obtener ayuda de expertos en ArcGIS Descargar la aplicación de soporte de Esri
The Web Map Service (WMS) layer is not visible when instantiating the layer from a collection of WMSLayerInfos.
Número de ID del error
BUG-000113100 Enviado April 10, 2018 Última modificación June 5, 2024 Relacionado con ArcGIS Runtime SDK Versión encontrada 100.2.1 Sistema operativo Windows OS Versión de sistema operativo 7.0 64 Bit Estado Will Not Be Addressed
Información adicional
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 Pasos para reproducir