Class OgcFeatureCollectionTable
Represents a feature collection in an "OGC API Features" service.
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class OgcFeatureCollectionTable : FeatureTable, INotifyPropertyChanged, ILoadable
Remarks
To display data from an OGC feature collection table in a Feature
This API provides building blocks for manipulating features on the Web. For more information about the OGC API Features specification see the documents: OGC API - Features - Part 1 and OGC API - Features - Part 2.
The class includes two important pieces: the Feature
When populating or updating a local table from an OGC service, you can now request features in a specified
Spatial
This class supports loading and querying of features from a non-spatial OGC feature collection table.
Constructors
Name | Description |
---|---|
Ogc |
Initializes a new instance of the Ogc |
Ogc |
Initializes a new instance of the Ogc |
Properties
Name | Description |
---|---|
Feature |
Gets the feature collection metadata, which includes ID, title, and description. |
Feature |
Gets or sets the mode defining when features are requested from the service. |
Source | Gets the landing page System. |
Methods
Name | Description |
---|---|
PopulateFromServiceAsync(QueryParameters, Boolean, IEnumerable<String>) | Asynchronously populates the |
PopulateFromServiceAsync(QueryParameters, Boolean, IEnumerable<String>, String, CancellationToken) | Populate the OGC API - Features feature collection table with the results of a query. |
PopulateFromServiceAsync(QueryParameters, Boolean, IEnumerable<String>, CancellationToken) | Asynchronously populates the table using a query. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.10 - 200.6 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.6 |