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

Description

An object that represents the service metadata for an WFS Service.

Provides metadata (e.g name, title, description, and more) about a WFS service, and lists the available WFS layers (feature types).

Since
100.5
Inheritance diagram for AGSWFSServiceInfo:
AGSObject

Properties

NSArray< NSString * > * keywords
 
NSArray< AGSWFSLayerInfo * > * layerInfos
 
NSString * serviceDescription
 
NSString * title
 

Property Documentation

◆ keywords

- (NSArray<NSString*>*) keywords
readnonatomiccopy

The keywords describing the WFS service. The keywords are returned in an NSArray<T> of NSString.

Since
100.5

◆ layerInfos

- (NSArray<AGSWFSLayerInfo*>*) layerInfos
readnonatomiccopy

Information about the layers provided by the service. This property can be used to discover the layers (feature types) exposed by a WFS service in support of a browsing experience.

Since
100.5

◆ serviceDescription

- (NSString*) serviceDescription
readnonatomiccopy

The service's description.

Since
100.5

◆ title

- (NSString*) title
readnonatomiccopy

The service's human-readable title.

Since
100.5