ArcGIS Runtime SDK for iOS
100.15
|
Input parameters for a geoprocessing job.
Instances of this class serve as input parameters for creating a new geoprocessing job.
AGSGeoprocessingTask::createJobWithParameters:
to create a geoprocessing job. Instance Methods | |
(instancetype) | - initWithExecutionType: |
Class Methods | |
(instancetype) | + geoprocessingParametersWithExecutionType: |
Properties | |
AGSGeoprocessingExecutionType | executionType |
NSDictionary< NSString *, AGSGeoprocessingParameter * > * | inputs |
AGSSpatialReference * | outputSpatialReference |
AGSSpatialReference * | processSpatialReference |
BOOL | returnM |
BOOL | returnZ |
+ (instancetype) geoprocessingParametersWithExecutionType: | (AGSGeoprocessingExecutionType) | executionType |
Initialize a new instance of geoprocessing parameters to use as inputs for creating a new geoprocessing job.
executionType | specifying whether the job should be submitted to the server in a manner suitable for long-running processes so that the client can close the connection to the service and then periodically check for status to decide when to retrieve results, or if the job should be executed as an asynchronous operation suitable for short-running operations where the client keeps the connection open and waits for the operation to complete. |
- (instancetype) initWithExecutionType: | (AGSGeoprocessingExecutionType) | executionType |
Initialize a new instance of geoprocessing parameters to use as inputs for creating a new geoprocessing job.
executionType | specifying whether the job should be submitted to the server in a manner suitable for long-running processes so that the client can close the connection to the service and then periodically check for status to decide when to retrieve results, or if the job should be executed as an asynchronous operation suitable for short-running operations where the client keeps the connection open and waits for the operation to complete. |
|
readnonatomicassign |
Mode specifying whether the job should be submitted to the server in a manner suitable for long-running processes so that the client can close the connection to the service and then periodically check for status to decide when to retrieve results, or if the job should be executed as an asynchronous operation suitable for short-running operations where the client keeps the connection open and waits for the operation to complete.
|
readwritenonatomiccopy |
The collection of inputs for the job.
|
readwritenonatomicstrong |
The spatial reference of the result geometries. If not specified, the result geometries are in the same spatial reference as the input geometries. If processSpatialReference
is specified and outputSpatialReference
is not specified, the result geometries will be returned in processSpatialReference
.
|
readwritenonatomicstrong |
The intermediate spatial reference that the geoprocessing task will use to perform geometric operations. If processSpatialReference
is specified and outputSpatialReference
is not specified, the result geometries will be returned in processSpatialReference
.
|
readwritenonatomicassign |
Specifies whether the result geometries should contain M (measure) values.
|
readwritenonatomicassign |
Specifies whether the result geometries should contain Z (elevation) values.