{
System.out.println("load status:" + wmsService.getLoadStatus().toString());
// get the layer infos
List Bogue ID de bogue: BUG-000113100 Logiciel: Obtenir de l’aide auprès des experts ArcGIS Télécharger l’application Esri Support
The Web Map Service (WMS) layer is not visible when instantiating the layer from a collection of WMSLayerInfos.
Numéro d’ID de bogue
BUG-000113100 Envoi April 10, 2018 Dernière modification June 5, 2024 S’applique à ArcGIS Runtime SDK Version trouvée 100.2.1 Système d’exploitation Windows OS Version du système d’exploitation 7.0 64 Bit Statut Will Not Be Addressed
Informations supplémentaires
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 Étapes pour reproduire