ArcGIS Runtime SDK for iOS
100.15
|
Metadata of a layer (feature collection) in an OGC API - Features service.
Provides metadata (such as id, title, and description) that describes an OGC API - Features feature collection.
Properties | |
NSString * | collectionDescription |
NSString * | collectionID |
AGSEnvelope * | extent |
NSString * | title |
|
readnonatomiccopy |
The OGC API - Features feature collection's description.
|
readnonatomiccopy |
A unique identifier for the OGC API - Features feature collection.
Collections from an AGSOGCFeatureService
, described by AGSOGCFeatureCollectionInfo
objects, represent the "feature collections" defined in the "OGC API - Features" standard. The AGSOGCFeatureCollectionInfo::collectionID
property is intended for use as a unique identifier for the collection. See AGSOGCFeatureCollectionInfo::title
for a human-readable name.
|
readnonatomicstrong |
The minimum bounding extent that contains features in the OGC API - Features feature collection.
|
readnonatomiccopy |
A descriptive (human-readable) title for the OGC API - Features feature collection.
Unlike AGSOGCFeatureCollectionInfo::collectionID
, the title property does not uniquely identify an OGC API - Features feature collection. Instead, it provides a human-readable name for the collection.