Class WmsLayerInfo
Information about a WMS layer as described by a WMS service.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class WmsLayerInfo
Properties
| Name | Description |
|---|---|
| Description | Gets a brief narrative description (abstract) of this WMS layer. |
| Extent | Gets the WMS layer's extent. |
| FixedImageHeight | Gets the fixed image height. |
| FixedImageWidth | Gets the fixed width of maps the service is capable of producing, if specified. |
| IsOpaque | Gets a value indicating whether the WMS layer's content should be considered "opaque". |
| IsQueryable | Gets a value indicating whether the WMS layer is queryable. |
| Keywords | Gets a list of keywords defined for the WMS layer, if specified. |
| LayerInfos | Gets a list of sublayers of the WMS layer. |
| Name | Gets the uniquely-identifying name of the WMS layer. |
| SpatialReferences | Gets a set of additional spatial references that the WMS layer supports. |
| Styles | Gets the styles available for this WMS layer. |
| Title | Gets the human-readable title of the WMS layer. |
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.