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

Description

Metadata for an "OGC API - Features" service.

Provides metadata (such as name, title, and description) for an "OGC API - Features" service and lists the feature collections it contains.

Since
100.9
Inheritance diagram for AGSOGCFeatureServiceInfo:
AGSObject

Properties

NSArray< AGSOGCFeatureCollectionInfo * > * featureCollectionInfos
 
NSString * serviceDescription
 
NSString * title
 

Property Documentation

◆ featureCollectionInfos

- (NSArray<AGSOGCFeatureCollectionInfo *>*) featureCollectionInfos
readnonatomiccopy

Information about the feature collections provided by the service.

This property can be used to discover the feature collections exposed by an "OGC API - Features" service in support of a browsing experience.

Since
100.9

◆ serviceDescription

- (NSString*) serviceDescription
readnonatomiccopy

A description of the service.

Since
100.9

◆ title

- (NSString*) title
readnonatomiccopy

A descriptive (human-readable) name for the service.

Since
100.9