Class WmsServiceInfo
Describes metadata of a WMS service. Can be obtained from a WmsService.
Inheritance
System.Object
WmsServiceInfo
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class WmsServiceInfo : object
Remarks
Based on the result of WMS GetCapabilities operation.
Properties
| Name | Description |
|---|---|
| Description | Gets the description (abstract) of the WMS service, if specified. |
| ImageFormats | Gets a list of image formats supported by the WMS service. |
| Keywords | Gets a list of keywords defined for the WMS service, if specified. |
| LayerInfos | Gets a list of WmsLayerInfo objects, describing layers of the WMS service. |
| Name | Gets the name of the WMS service. |
| Title | Gets the human-readable title of the WMS service. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.2.1 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.2.1 - 100.15 |
| Xamarin.iOS | 100.2.1 - 100.15 |
| UWP | 100.2.1 - 100.15 |
Relevant samples
WMS service catalog: Connect to a WMS service and show the available layers and sublayers.