Information about a GeoprocessingTask. More...
| Header | #include <Geoprocessing |
| Since | Esri |
This class was introduced in Esri::ArcGISRuntime 100.1.
Public Functions
| Geoprocessing | |
| Geoprocessing | |
| Geoprocessing | |
| Esri | operator=( |
| Esri | operator=(const Esri |
| ~ | |
| QString | category() const |
| QString | description() const |
| QString | display |
| Esri | execution |
| QUrl | help |
| bool | is |
| QString | name() const |
| QList | parameter |
| QUrl | url() const |
Detailed Description
Member Function Documentation
GeoprocessingTaskInfo::GeoprocessingTaskInfo (Esri::ArcGISRuntime::GeoprocessingTaskInfo &&other)
Move constructor from other GeoprocessingTaskInfo.
This function was introduced in Esri::ArcGISRuntime 100.1.
GeoprocessingTaskInfo::GeoprocessingTaskInfo (const Esri::ArcGISRuntime::GeoprocessingTaskInfo &other)
Copy constructor from other GeoprocessingTaskInfo.
This function was introduced in Esri::ArcGISRuntime 100.1.
GeoprocessingTaskInfo::GeoprocessingTaskInfo ()
Default constructor.
Warning: This is for convenience only and will construct an empty object.
This function was introduced in Esri::ArcGISRuntime 100.1.
Esri::ArcGISRuntime::GeoprocessingTaskInfo &GeoprocessingTaskInfo::operator=(Esri::ArcGISRuntime::GeoprocessingTaskInfo &&other)
Move operator from other GeoprocessingTaskInfo.
This function was introduced in Esri::ArcGISRuntime 100.1.
Esri::ArcGISRuntime::GeoprocessingTaskInfo &GeoprocessingTaskInfo::operator=(const Esri::ArcGISRuntime::GeoprocessingTaskInfo &other)
Assignment operator from other GeoprocessingTaskInfo.
This function was introduced in Esri::ArcGISRuntime 100.1.
GeoprocessingTaskInfo::~GeoprocessingTaskInfo ()
Destructor.
This function was introduced in Esri::ArcGISRuntime 100.1.
QString GeoprocessingTaskInfo::category() const
Returns the category of the GeoprocessingTask.
This function was introduced in Esri::ArcGISRuntime 100.1.
QString GeoprocessingTaskInfo::description() const
Returns the description of the GeoprocessingTask.
This function was introduced in Esri::ArcGISRuntime 100.1.
QString GeoprocessingTaskInfo::displayName () const
Returns the display name of the GeoprocessingTask.
This function was introduced in Esri::ArcGISRuntime 100.1.
Esri::ArcGISRuntime::GeoprocessingExecutionType GeoprocessingTaskInfo::executionType () const
Returns the execution type of the GeoprocessingTask.
This function was introduced in Esri::ArcGISRuntime 100.1.
QUrl GeoprocessingTaskInfo::helpURL () const
Returns the help URL of the GeoprocessingTask.
This function was introduced in Esri::ArcGISRuntime 100.1.
bool GeoprocessingTaskInfo::isEmpty () const
Returns true if this GeoprocessingTaskInfo is empty.
This function was introduced in Esri::ArcGISRuntime 100.1.
QString GeoprocessingTaskInfo::name() const
Returns the name of the GeoprocessingTask.
This function was introduced in Esri::ArcGISRuntime 100.1.
QList<Esri::ArcGISRuntime::GeoprocessingParameterInfo > GeoprocessingTaskInfo::parameterInfos () const
Returns a list of GeoprocessingParameterInfo which details information about the parameters used by the GeoprocessingTask.
This function was introduced in Esri::ArcGISRuntime 100.1.
QUrl GeoprocessingTaskInfo::url() const
Returns the URL of the GeoprocessingTask.
This function was introduced in Esri::ArcGISRuntime 100.1.