27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSObject.h>
42 #pragma mark initializers
47 #pragma mark properties
58 @property (nonatomic, copy, readonly) NSArray<NSString*> *
keywords;
64 @property (nonatomic, copy, readonly) NSArray<AGSWFSLayerInfo*> *
layerInfos;
69 @property (nonatomic, copy, readonly) NSString *
title;
Definition: AGSObject.h:28
An object that represents the WFS Layer info.
Definition: AGSWFSLayerInfo.h:41
An object that represents the service metadata for an WFS Service.
Definition: AGSWFSServiceInfo.h:40
NSArray< AGSWFSLayerInfo * > * layerInfos
Definition: AGSWFSServiceInfo.h:64
NSString * title
Definition: AGSWFSServiceInfo.h:69
NSString * serviceDescription
Definition: AGSWFSServiceInfo.h:52
NSArray< NSString * > * keywords
Definition: AGSWFSServiceInfo.h:58