27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSObject.h>
29 #import <ArcGIS/AGSGeoprocessingTypes.h>
53 #pragma mark initializers
58 #pragma mark properties
63 @property (nonatomic, copy, readonly) NSString *
category;
68 @property (nonatomic, copy, readonly) NSArray<NSString*> *
choiceList;
103 @property (nonatomic, assign, readonly, getter=isRequired) BOOL
required;
113 @property (nonatomic, copy, readonly) NSString *
name;
AGSGeoprocessingParameterDirection
Definition: AGSGeoprocessingParameterInfo.h:37
@ AGSGeoprocessingParameterDirectionOutput
Definition: AGSGeoprocessingParameterInfo.h:39
@ AGSGeoprocessingParameterDirectionInput
Definition: AGSGeoprocessingParameterInfo.h:38
AGSGeoprocessingParameterType
Definition: AGSGeoprocessingTypes.h:35
A base class for geoprocessing parameters.
Definition: AGSGeoprocessingParameter.h:38
Information about an input/output Geoprocessing Task parameter.
Definition: AGSGeoprocessingParameterInfo.h:51
AGSGeoprocessingParameter * defaultParameter
Definition: AGSGeoprocessingParameterInfo.h:78
BOOL featuresRequireGeometry
Definition: AGSGeoprocessingParameterInfo.h:98
NSString * parameterDescription
Definition: AGSGeoprocessingParameterInfo.h:83
AGSGeoprocessingParameterType multiValueDataType
Definition: AGSGeoprocessingParameterInfo.h:108
AGSGeoprocessingParameterType dataType
Definition: AGSGeoprocessingParameterInfo.h:73
AGSGeoprocessingParameterDirection direction
Definition: AGSGeoprocessingParameterInfo.h:88
NSString * name
Definition: AGSGeoprocessingParameterInfo.h:113
BOOL required
Definition: AGSGeoprocessingParameterInfo.h:103
NSString * displayName
Definition: AGSGeoprocessingParameterInfo.h:93
NSString * category
Definition: AGSGeoprocessingParameterInfo.h:63
NSArray< NSString * > * choiceList
Definition: AGSGeoprocessingParameterInfo.h:68
Definition: AGSObject.h:28