Constructor OgcFeatureCollectionTable
OgcFeatureCollectionTable(Uri, String)
Initializes a new instance of the OgcFeatureCollectionTable class.
Declaration
public OgcFeatureCollectionTable(Uri source, string collectionId)
Parameters
Type | Name | Description |
---|---|---|
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 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.10 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.10 - 100.12 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 100.14 |
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 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.10 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.10 - 100.12 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 100.15 |