A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-geoprocessingtask.html below:

GeoprocessingTask Class | ArcGIS Maps SDK for Qt

GeoprocessingTask is used to run a geoprocessing task that is published as a web service. More...

Member Function Documentation [explicit] GeoprocessingTask::GeoprocessingTask(const QUrl &url, QObject *parent = nullptr)

Creates a geoprocessing task from a URL for a task within an ArcGIS REST geoprocessing service.

[override virtual noexcept] GeoprocessingTask::~GeoprocessingTask()

Destructor.

[override virtual, since Esri::ArcGISRuntime 100.1] void GeoprocessingTask::cancelLoad()

Reimplements: Loadable::cancelLoad().

Cancels loading metadata for the object.

Cancels loading the metadata if the object is loading.

See Loadable.

This function was introduced in Esri::ArcGISRuntime 100.1.

[since Esri::ArcGISRuntime 200.2] QFuture<Esri::ArcGISRuntime::GeoprocessingParameters> GeoprocessingTask::createDefaultParametersAsync()

Default parameters for a geoprocessing task.

This will populate the parameters with default values for all of the input parameters defined by the service. If the service defines a default value for a parameter, this will be used. If no default value is defined for a parameter, it will be given an appropriate default for its type: boolean parameters false, string parameters an empty string, numerical parameters 0. The correct execution type for this task will also be set.

This method returns a QFuture for the asynchronous operation. Use future.then() to continue processing when the operation completes. Use future.onFailed() to handle exceptions of type ErrorException.

See Working with QFuture for further details.

This function was introduced in Esri::ArcGISRuntime 200.2.

Esri::ArcGISRuntime::GeoprocessingJob *GeoprocessingTask::createJob(const Esri::ArcGISRuntime::GeoprocessingParameters &parameters)

Returns a job that when started will run a geoprocessing job on the server.

[signal, since Esri::ArcGISRuntime 100.1] void GeoprocessingTask::doneLoading(const Esri::ArcGISRuntime::Error &loadError)

Signal emitted when this object is done loading.

Note: If there is a load error it will also be emitted on the errorOccurred signal.

This function was introduced in Esri::ArcGISRuntime 100.1.

See also Loadable and Object.

[since Esri::ArcGISRuntime 100.1] Esri::ArcGISRuntime::GeoprocessingTaskInfo GeoprocessingTask::geoprocessingTaskInfo() const

Returns the GeoprocessingTaskInfo about the GeoprocessingTask.

Wait until the GeoprocessingTask is doneLoading before attempting to obtain the GeoprocessingTaskInfo.

This function was introduced in Esri::ArcGISRuntime 100.1.

[override virtual, since Esri::ArcGISRuntime 100.1] void GeoprocessingTask::load()

Reimplements: Loadable::load().

Loads the metadata for the object asynchronously.

Loads the metadata if the object is not loaded.

See Loadable.

This function was introduced in Esri::ArcGISRuntime 100.1.

[override virtual, since Esri::ArcGISRuntime 100.1] Esri::ArcGISRuntime::Error GeoprocessingTask::loadError() const

Reimplements: Loadable::loadError() const.

Returns the load error.

See Loadable.

This function was introduced in Esri::ArcGISRuntime 100.1.

See also Error.

[override virtual, since Esri::ArcGISRuntime 100.1] Esri::ArcGISRuntime::LoadStatus GeoprocessingTask::loadStatus() const

Reimplements: Loadable::loadStatus() const.

Returns the load status.

See Loadable.

This function was introduced in Esri::ArcGISRuntime 100.1.

See also LoadStatus.

[signal, since Esri::ArcGISRuntime 100.1] void GeoprocessingTask::loadStatusChanged(Esri::ArcGISRuntime::LoadStatus loadStatus)

Signal emitted when the load status changes for this object.

This function was introduced in Esri::ArcGISRuntime 100.1.

See also Loadable.

[override virtual, since Esri::ArcGISRuntime 100.1] void GeoprocessingTask::retryLoad()

Reimplements: Loadable::retryLoad().

Loads or retries loading metadata for the object asynchronously.

Will retry loading the metadata if the object is failed to load. Will load the object if it is not loaded. Will not retry to load the object if the object is loaded. Will always call the done loading if this is called.

See Loadable.

This function was introduced in Esri::ArcGISRuntime 100.1.

[override virtual] QUrl GeoprocessingTask::url() const

Reimplements: RemoteResource::url() const.

Returns the URL of this GeoprocessingTask.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4