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
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.5 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.5 - 200.8 |
| Xamarin.Android | 100.5 - 100.15 |
| Xamarin.iOS | 100.5 - 100.15 |
| UWP | 100.5 - 200.8 |
Relevant samples
Browse WFS layers: Browse a WFS service for layers and add them to the map.