27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSLoadableBase.h>
29 #import <ArcGIS/AGSRemoteResource.h>
43 #pragma mark initializers
51 - (instancetype)initWithURL:(NSURL *)URL;
57 + (instancetype)OGCFeatureServiceWithURL:(NSURL *)URL;
60 #pragma mark properties
66 @property (nonatomic, copy, readwrite) NSDictionary<NSString *, NSString *> *
customParameters;
A base class for loadables.
Definition: AGSLoadableBase.h:45
An "OGC API - Features" service.
Definition: AGSOGCFeatureService.h:40
AGSOGCFeatureServiceInfo * serviceInfo
Definition: AGSOGCFeatureService.h:71
NSDictionary< NSString *, NSString * > * customParameters
Definition: AGSOGCFeatureService.h:66
Metadata for an "OGC API - Features" service.
Definition: AGSOGCFeatureServiceInfo.h:41
A protocol adopted by classes that access remote network resources that have the potential to be secu...
Definition: AGSRemoteResource.h:40