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: |
Properties
- collectionId : string
- description : string
- extent : Envelope
- title : string
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
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.
extent : Envelope |
The minimum bounding extent that contains features in the OGC API - Features feature collection (read-only).
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.