Show / Hide Table of Contents

Class WmsLayerInfo

Information about a WMS layer as described by a WMS service.

Inheritance
Object
WmsLayerInfo
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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

WmsServiceInfo
WmsLayer

Applies to

TargetVersions
.NET Standard 2.0100.3 - 100.14
.NET 6.0100.13 - 100.14
.NET 6.0 Windows100.13 - 100.14
.NET Framework100.2.1 - 100.14
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.2.1 - 100.14
Xamarin.iOS100.2.1 - 100.14
UWP100.2.1 - 100.14

Relevant samples

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