Show / Hide Table of Contents

Class WfsServiceInfo

Describes metadata of a WFS service. Can be obtained from a WfsService.

Inheritance
System.Object
WfsServiceInfo
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 WfsServiceInfo
Remarks

Based on the result of WFS GetCapabilities operation.

Properties

Name Description
Description

Gets the description (abstract) of the WFS service, if specified.

Keywords

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

LayerInfos

Gets a list of WfsLayerInfo objects, describing layers (feature types) of the WFS service.

Title

Gets the human-readable title of the WFS service.

See Also

WfsLayerInfo

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.