Constructor OgcFeatureCollectionTable
OgcFeatureCollectionTable(Uri, String)
Initializes a new instance of the OgcFeatureCollectionTable class.
Declaration
public OgcFeatureCollectionTable(Uri source, string collectionId)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | source | URL of the "OGC API Features" service landing page that contains the feature collection. |
System.String | collectionId | The unique collection identifier. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.2 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.10 - 200.5 |
Xamarin.Android | 100.10 - 100.14 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.5 |
OgcFeatureCollectionTable(OgcFeatureCollectionInfo)
Initializes a new instance of the OgcFeatureCollectionTable class from collection metadata.
Declaration
public OgcFeatureCollectionTable(OgcFeatureCollectionInfo collectionInfo)
Parameters
Type | Name | Description |
---|---|---|
OgcFeatureCollectionInfo | collectionInfo | An OgcFeatureCollectionInfo object that contains the metadata of the feature collection. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.10 - 200.5 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.5 |