Show / Hide Table of Contents

Class WmsLayerInfo

Metadata about an individual Web Map Service (WMS) layer within a WMS service.

Inheritance
System.Object
WmsLayerInfo
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)
System.Object.ToString()
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

WmsServiceInfo
WmsLayer

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.2.1 - 200.7
Xamarin.Android100.2.1 - 100.15
Xamarin.iOS100.2.1 - 100.15
UWP100.2.1 - 200.7

Relevant samples

WMS service catalog: Connect to a WMS service and show the available layers and sublayers.
In This Article
Back to top Copyright © 2022 Esri.