Class WmsLayerInfo
Metadata about an individual Web Map Service (WMS) layer within a WMS service.
Inheritance
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class WmsLayerInfo
Remarks
You can obtain a WmsLayerInfo from the LayerInfos collection of a loaded WmsService.
Properties
Name | Description |
---|---|
Description | Gets a brief narrative description (abstract) of this WMS layer. |
Extent | Gets the approximate bounds of the area covered by the WMS layer. |
FixedImageHeight | Gets a value indicating the height (in pixels) of maps the service is capable of producing. |
FixedImageWidth | Gets a value indicating the width (in pixels) of maps the service is capable of producing. |
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 a collection of WMS styles that can be applied to this layer. |
Title | Gets the human-readable title of the WMS layer. |
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 |