Class WmsServiceInfo
The service metadata for a Web Map Service (WMS).
Inheritance
System.Object
WmsServiceInfo
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class WmsServiceInfo
Remarks
You can obtain the WmsServiceInfo from a loaded WmsService.
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, typically this is "WMS". |
Title | Gets the human-readable title of the WMS service. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.2.1 - 200.5 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.5 |
Relevant samples
WMS service catalog: Connect to a WMS service and show the available layers and sublayers.