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
System.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)
System.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 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.5 - 200.7
Xamarin.Android100.5 - 100.15
Xamarin.iOS100.5 - 100.15
UWP100.5 - 200.7

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.