Show / Hide Table of Contents

Class WfsLayerInfo

Information about a WFS layer (also known as a WFS feature type), as described by a WFS service.

Inheritance
Object
WfsLayerInfo
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)
Object.ToString()
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class WfsLayerInfo

Properties

Name Description
Description

Gets a brief narrative description (abstract) of this WFS layer.

Extent

Gets the WFS layer's extent.

Keywords

Gets a list of keywords defined for the WFS layer, if specified.

Name

Gets the uniquely-identifying name of this WFS layer.

SpatialReferences

Gets a set of spatial references that the WFS layer supports.

Title

Gets the human-readable title of the WFS layer.

See Also

WfsServiceInfo
WfsFeatureTable

Applies to

TargetVersions
.NET Standard 2.0100.5 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.5 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.5 - 100.15
Xamarin.iOS100.5 - 100.15
UWP100.5 - 100.15

Relevant samples

Browse WFS layers: Browse a WFS service for layers and add them to the map.
In This Article
Back to top Copyright © 2022 Esri.