{
System.out.println("load status:" + wmsService.getLoadStatus().toString());
// get the layer infos
List 漏洞 漏洞 ID: BUG-000113100 软件: 获取来自 ArcGIS 专家的帮助 下载 Esri 支持应用程序
The Web Map Service (WMS) layer is not visible when instantiating the layer from a collection of WMSLayerInfos.
漏洞 ID 编号
BUG-000113100 已提交 April 10, 2018 上次修改时间 June 5, 2024 适用范围 ArcGIS Runtime SDK 找到的版本 100.2.1 操作系统 Windows OS 操作系统版本 7.0 64 Bit 状态 Will Not Be Addressed
附加信息
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 重现步骤