ArcGIS Runtime SDK for iOS
100.15
|
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).
Properties | |
NSArray< NSString * > * | keywords |
NSArray< AGSWFSLayerInfo * > * | layerInfos |
NSString * | serviceDescription |
NSString * | title |
|
readnonatomiccopy |
The keywords describing the WFS service. The keywords are returned in an NSArray<T>
of NSString
.
|
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.
|
readnonatomiccopy |
The service's description.
|
readnonatomiccopy |
The service's human-readable title.