ArcGIS Runtime SDK for iOS: AGSOGCFeatureCollectionInfo Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSOGCFeatureCollectionInfo Class Reference

Description

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.

See also
OGC API - Features - https://www.ogc.org/standards/ogcapi-features
Since
100.9
Inheritance diagram for AGSOGCFeatureCollectionInfo:
AGSObject

Properties

NSString * collectionDescription
 
NSString * collectionID
 
AGSEnvelopeextent
 
NSString * title
 

Property Documentation

◆ collectionDescription

- (NSString*) collectionDescription
readnonatomiccopy

The OGC API - Features feature collection's description.

Since
100.9

◆ collectionID

- (NSString*) collectionID
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.

Since
100.9

◆ extent

- (AGSEnvelope*) extent
readnonatomicstrong

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

Since
100.9

◆ title

- (NSString*) title
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.

Since
100.9