The following tables list the members exposed by Geoprocessor.
Name | Description | |
---|---|---|
Geoprocessor Constructor | Overloaded. |
Name | Description | |
---|---|---|
AutoNormalize | If true automatically normalizes geometry crossing the anti-meridian. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) | |
Credentials | Gets or sets the network credentials that are sent to the host and used to authenticate the request. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) | |
DisableClientCaching | If true, adds a timestamp parameter ("_ts") to the request to prevent it from being loaded from the browser's cache. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) | |
ExecuteLastResult | The last result of the Execute operation. | |
GetInputLastResult | The result from the last GetInput call. | |
GetResultDataLastResult | The result from the last GetResultData call. | |
GetResultImageLastResult | The result from the last GetResultImage call. | |
IsBusy | Gets a value that indicates whether a Web request is in progress. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) | |
OutputSpatialReference | The spatial reference of the output geometries. If not specified, the output geometries are in the spatial reference of the input geometries. If ProcessSpatialReference is specified and OutputSpatialReference is not specified, the output geometries are in the spatial reference of the process spatial reference. | |
ProcessSpatialReference | The spatial reference that the model will use to perform geometry operations. If specified and OutputSpatialReference is not specified, the output geometries are in the spatial reference of the process spatial reference. | |
ProxyURL | Gets or sets the URL to proxy the request through. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) | |
SubmitJobLastResult | The last result of the SubmitJob operation. | |
Token | Token for accessing a secure ArcGIS task. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) | |
UpdateDelay | The time interval in milliseconds between each job status request sent to an asynchronous geoprocessing task. The default is 1000. | |
Url | Gets or sets the URL of the task. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
Name | Description | |
---|---|---|
CancelAsync | Cancels a pending asynchronous operation. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) | |
CancelJobStatusUpdates | Cancels the periodic job status updates initiated automatically when submitJob() is invoked for the job identified by jobId. You can still obtain the status of this job by calling the CheckStatus() method at your own discretion. | |
CheckJobStatusAsync | Sends a request to the geoprocessing task for the current state of the job identified by jobId. Raises the E:StatusUpdate event on success, or the E:Fault event on failure. | |
ExecuteAsync | Overloaded. Executes the task. Raises the E:ExecuteCompleted event on success, or the E:Failed event on failure. | |
GetInputAsync | Overloaded. Sends a request to the Geoprocessor task to get the task input identified by jobId and parameterName. Raises the E:GetInputComplete event on success, or the E:Fault event on failure. | |
GetResultDataAsync | Overloaded. Sends a request to the Geoprocessor task to get the task result identified by jobId and parameterName. Raises the E:GetResultDataComplete event on success, or the E:Fault event on failure. | |
GetResultImageAsync | Overloaded. Sends a request to the Geoprocessor task to get the task result identified by jobId and parameterName. Raises the E:GetResultImageComplete event on success, or the E:Fault event on failure. | |
GetResultImageLayerAsync | Sends a request to the Geoprocessor task to get the task result identified by jobId and parameterName. Creates and configures a GPResultImageLayer instance ready to be added to a Map. Raises the E:GetResultImageLayerComplete event on success, or the E:Fault event on failure. | |
SubmitJobAsync | Submits a job request to the server to execute an asynchronous geoprocessing task. Raises the E:JobComplete event on success, or the E:Fault event on failure. |
Name | Description | |
---|---|---|
OnPropertyChanged | Called when a task result related property value has changed. These properties are named, or end with, "LastResult". E.g. QueryTask exposes the "LastResult" property, and GeometryService has a "BufferLastResult" property. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) |
Name | Description | |
---|---|---|
ExecuteCompleted | Occurs when the Execute operation completes. | |
Failed | Occurs when the query completes. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) | |
GetInputCompleted | Occurs when the GetInput request completes. | |
GetResultDataCompleted | Occurs when the GetResultData request completes. | |
GetResultImageCompleted | Occurs when the GetResultImage request completes. | |
GetResultImageLayerCompleted | Occurs when the GetResultImageLayer request completes. | |
JobCompleted | Occurs when a SubmitJob operation of the geoprocessing task successfully completes. | |
PropertyChanged | Occurs when a property value changes. (Inherited from ESRI.ArcGIS.Client.Tasks.TaskBase) | |
StatusUpdated | Occurs when a CheckStatus operation of the geoprocessing task successfully completes. |