{
System.out.println("load status:" + wmsService.getLoadStatus().toString());
// get the layer infos
List 不具合 不具合 ID: BUG-000113100 ソフトウェア: ArcGIS エキスパートのサポートを受ける Esri Support アプリのダウンロード
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 再現の手順