{
System.out.println("load status:" + wmsService.getLoadStatus().toString());
// get the layer infos
List Bug Bug-ID: BUG-000113100 Software: Unterstützung durch ArcGIS-Experten anfordern Esri Support App herunterladen
The Web Map Service (WMS) layer is not visible when instantiating the layer from a collection of WMSLayerInfos.
Bug-ID-Nummer
BUG-000113100 Eingereicht April 10, 2018 Zuletzt geändert June 5, 2024 Gilt für ArcGIS Runtime SDK Gefunden in Version 100.2.1 Betriebssystem Windows OS Betriebssystemversion 7.0 64 Bit Status Will Not Be Addressed
Zusätzliche Informationen
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 Schritte zur Reproduzierung