25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSGeoprocessingParameter.h>
27 #import <ArcGIS/AGSCancelable.h>
28 #import <ArcGIS/AGSFeatureSet.h>
42 #pragma mark initializers
51 -(instancetype)initWithURL:(NSURL*)URL;
57 +(instancetype)geoprocessingFeaturesWithURL:(NSURL*)URL;
63 -(instancetype)initWithFeatureSet:(
id<
AGSFeatureSet>)featureSet;
69 +(instancetype)geoprocessingFeaturesWithFeatureSet:(
id<
AGSFeatureSet>)featureSet;
72 #pragma mark properties
78 @property (nullable, nonatomic, strong, readwrite) NSURL *
URL;
88 @property (nullable, nonatomic, strong, readwrite) id<AGSFeatureSet>
features;
NSURL * URL
Definition: AGSElevationServiceInfo.h:73
A geoprocessing parameter for feature data.
Definition: AGSGeoprocessingFeatures.h:39
instancetype geoprocessingFeatures()
BOOL canFetchOutputFeatures
Definition: AGSGeoprocessingFeatures.h:83
id< AGSFeatureSet > features
Definition: AGSGeoprocessingFeatures.h:88
A base class for geoprocessing parameters.
Definition: AGSGeoprocessingParameter.h:38
A protocol exposed by operations that allow cancellation.
Definition: AGSCancelable.h:38
An abstract representation of a set of features.
Definition: AGSFeatureSet.h:41