OgcFeatureCollectionTable.withUriAndCollectionId constructor

OgcFeatureCollectionTable.withUriAndCollectionId({
  1. required Uri uri,
  2. required String collectionId,
})

Creates a new OGC API - Features feature collection table.

Parameters:

  • uri — The URL of the OGC API - Features service landing page that contains the feature collection.
  • collectionId — The unique identifier for the collection from the service.