Class WfsLayerInfo
Information about a WFS layer (also known as a WFS feature type), as described by a WFS service.
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)
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
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.5 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 100.15 |
Relevant samples
Browse WFS layers: Browse a WFS service for layers and add them to the map.