OgcFeatureCollectionInfo QML Type

Metadata of a layer (feature collection) in an OGC API - Features service. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.9
Inherits:

Object

Properties

Detailed Description

Provides metadata (such as id, title, and description) that describes an OGC API - Features feature collection.

Note: You cannot declare or create a component of this type in QML code.

Property Documentation

collectionId : string

A unique identifier for the OGC API - Features feature collection (read-only).

Collections from a OgcFeatureService, described by OgcFeatureCollectionInfo objects, represent the "feature collections" defined in the OGC API - Features standard. The OgcFeatureCollectionInfo::collectionId property is intended for use as a unique identifier for the collection. See OgcFeatureCollectionInfo::title for a human-readable name.


description : string

The OGC API - Features feature-collection description (read-only).


extent : Envelope

The minimum bounding extent that contains features in the OGC API - Features feature collection (read-only).


title : string

A descriptive (human-readable) title for the OGC API - Features feature collection (read-only).

Unlike OgcFeatureCollectionInfo::collectionId, the title property does not uniquely identify an OGC API - Features feature collection. Instead, it provides a human-readable name for the collection.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close