ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer | |
GeoprocessingFunctionality Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace : GeoprocessingFunctionality Class |
The following tables list the members exposed by GeoprocessingFunctionality.
Name | Description | |
---|---|---|
GeoprocessingFunctionality Constructor | Overloaded. Constructor. |
Name | Description | |
---|---|---|
Initialized | Whether the functionality has been initialized. | |
Name | Name of the geoprocessing functionality. | |
OutputSpatialReference | The spatial reference that should be requested for the output of geocoding operations. | |
Resource | The GIS resource used in the geoprocessing functionality. | |
WebControl | The web control using this functionality. Optionally set by the control. Example of use: To store mime images to session. |
Name | Description | |
---|---|---|
CancelJob | If supported by the geoprocessing service, cancels execution of the geoprocessing task. | |
Dispose | Disposes of the functionality. | |
Execute | Executes a geoprocessing task. Designed for use with synchronous geoprocessing tasks. | |
GetExecutionType | Finds whether the geoprocessing service is performed synchronously or asynchronously. | |
GetJobIDFromResultInfo | Retrieves the job ID from the result info when the functionality supports the result info. | |
GetJobMessages | Retrieves all messages associated with execution of the geoprocessing task job. | |
GetJobResult | Retrieves the result of the geoprocessing task from the server. | |
GetJobStatus | Gets the current status of the geoprocessing job from the server. | |
GetTask | Gets an object with information about the geoprocessing tool associated with the task name. | |
GetTaskNames | Retrieves the names of tasks in the geoprocessing functionality. | |
GetTasks | Retrieves a set of objects with information about geoprocessing tasks. | |
Initialize | Initializes the functionality to prepare it for use. | |
LoadState | Loads the state of the functionality from its resource. | |
SaveResultInfo | Serializes information about the geoprocessing result to an XML string. Includes the server, service, task and job ID but not the actual job results. | |
SaveState | Saves the state of the functionality, typically for state maintenance between requests. | |
SubmitJob | Submits a geoprocessing task to the server. Designed for use with asynchronous geoprocessing. | |
Supports | Determines if the functionality supports an operation. | |
SupportsResultInfo | Whether the geoprocessing functionality supports the result info input. |