Show / Hide Table of Contents

Class WfsServiceInfo

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

Inheritance
System.Object
WfsServiceInfo
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class WfsServiceInfo : object
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 - 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.