Class WfsFeatureTable
Represents a table in an OGC Web Feature Service.
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class WfsFeatureTable : FeatureTable, INotifyPropertyChanged, ILoadable
Constructors
Name | Description |
---|---|
WfsFeatureTable(WfsLayerInfo) | Initializes a new instance of the WfsFeatureTable class from a WFS layer info object. |
WfsFeatureTable(Uri, String) | Initializes a new instance of the WfsFeatureTable class. |
Properties
Name | Description |
---|---|
AxisOrder | Gets or sets the axis order, which defines how coordinates are interpreted (X,Y or Y,X). |
FeatureRequestMode | Gets or sets the mode defining when features are requested from the service. |
FilterAxisOrder | Gets or sets the filter axis order, which determines how coordinates are ordered when sent to the server as part of spatial queries. |
LayerInfo | Gets the WFS layer metadata, which includes name and description. |
PreferredSpatialReference | Gets or sets the preferred spatial reference for the table. |
Source | Gets the service Uri. |
Methods
Name | Description |
---|---|
PopulateFromServiceAsync(QueryParameters, Boolean, IEnumerable<String>) | Asynchronously populates the table using a query. |
PopulateFromServiceAsync(QueryParameters, Boolean, IEnumerable<String>, CancellationToken) | Asynchronously populates the table using a query. |
PopulateFromServiceAsync(String, Boolean) | Asynchronously populates the table using an XML query. |
PopulateFromServiceAsync(String, Boolean, CancellationToken) | Asynchronously populates the table using an XML query. |
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 |