25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSObject.h>
27 #import <ArcGIS/AGSGeoprocessingTypes.h>
45 #pragma mark initializers
62 #pragma mark properties
72 @property (nonatomic, copy, readwrite) NSDictionary<NSString*,AGSGeoprocessingParameter*> *
inputs;
87 @property (nonatomic, assign, readwrite) BOOL
returnM;
92 @property (nonatomic, assign, readwrite) BOOL
returnZ;
AGSGeoprocessingExecutionType
Definition: AGSGeoprocessingTypes.h:53
A base class for geoprocessing parameters.
Definition: AGSGeoprocessingParameter.h:38
Input parameters for a geoprocessing job.
Definition: AGSGeoprocessingParameters.h:42
AGSSpatialReference * processSpatialReference
Definition: AGSGeoprocessingParameters.h:82
AGSSpatialReference * outputSpatialReference
Definition: AGSGeoprocessingParameters.h:77
BOOL returnM
Definition: AGSGeoprocessingParameters.h:87
AGSGeoprocessingExecutionType executionType
Definition: AGSGeoprocessingParameters.h:67
NSDictionary< NSString *, AGSGeoprocessingParameter * > * inputs
Definition: AGSGeoprocessingParameters.h:72
BOOL returnZ
Definition: AGSGeoprocessingParameters.h:92
Definition: AGSObject.h:28
Represents the spatial reference of a geometry.
Definition: AGSSpatialReference.h:49