Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0100.10 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.10 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.10 - 100.12
Xamarin.Android100.10 - 100.15
Xamarin.iOS100.10 - 100.15
UWP100.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
TargetVersions
.NET Standard 2.0100.10 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.10 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.10 - 100.12
Xamarin.Android100.10 - 100.15
Xamarin.iOS100.10 - 100.15
UWP100.10 - 100.15
In This Article
Back to top Copyright © 2022 Esri.