The Geoprocessor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Geoprocessor | Initializes a new instance of the Geoprocessor class |
Methods
| Name | Description | |
|---|---|---|
| Cancel |
Cancels status checking and subsequent GetResultData requests. Used with asynchronous tasks, i.e., when
SubmitJob is used.
| |
| CheckStatus |
Sends a callback request to submit a Geoprocessing task. This operation will pass a JobInfo object to the onStatusCallback function.
| |
| Execute |
Performs a geoprocessing task operation on a synchronous geoprocessing services. The result of this task is a
GPResults object passed to callback function. | |
| GetInput |
Sends a callback request to get the inputs of a submitted Geoprocessing task.
| |
| GetResultData |
Sends a callback request to get the results of a submitted Geoprocessing task. Called on completion of a Geoprocessor submit task.
The result of this action is a ParameterValue object
passed to the callback function.
| |
| SubmitJob |
Properties
| Name | Description | |
|---|---|---|
| Token | Authentication token to be used in the task's requests to a
secured ArcGIS service. | |
| UpdateInterval | The interval between requests to the server for status of the geoprocessing job. Interval value is in milliseconds. Default is 1000 (one second). | |
| Url | URL of ArcGIS Server geoprocessing service exposed as a REST resource that will receive geoprocessor request. |
