GeoprocessingTaskInfo Class

GeoprocessingTask."> GeoprocessingTaskInfo Class | ArcGISQtCpp
  • GeoprocessingTaskInfo
  • class Esri::ArcGISRuntime::GeoprocessingTaskInfo

    Information about a GeoprocessingTask. More...

    Header: #include <GeoprocessingTaskInfo.h>
    Since: Esri::ArcGISRuntime 100.1

    Public Functions

    GeoprocessingTaskInfo()
    GeoprocessingTaskInfo(const Esri::ArcGISRuntime::GeoprocessingTaskInfo &other)
    GeoprocessingTaskInfo(Esri::ArcGISRuntime::GeoprocessingTaskInfo &&other)
    ~GeoprocessingTaskInfo()
    QString category() const
    QString description() const
    QString displayName() const
    Esri::ArcGISRuntime::GeoprocessingExecutionType executionType() const
    QUrl helpURL() const
    bool isEmpty() const
    QString name() const
    QList<Esri::ArcGISRuntime::GeoprocessingParameterInfo> parameterInfos() const
    QUrl url() const
    Esri::ArcGISRuntime::GeoprocessingTaskInfo &operator=(const Esri::ArcGISRuntime::GeoprocessingTaskInfo &other)
    Esri::ArcGISRuntime::GeoprocessingTaskInfo &operator=(Esri::ArcGISRuntime::GeoprocessingTaskInfo &&other)

    Detailed Description

    Member Function Documentation

    [since 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.

    [since 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.

    [since Esri::ArcGISRuntime 100.1] GeoprocessingTaskInfo::GeoprocessingTaskInfo(Esri::ArcGISRuntime::GeoprocessingTaskInfo &&other)

    Move constructor from other GeoprocessingTaskInfo.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    [since Esri::ArcGISRuntime 100.1] GeoprocessingTaskInfo::~GeoprocessingTaskInfo()

    Destructor.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    [since Esri::ArcGISRuntime 100.1] QString GeoprocessingTaskInfo::category() const

    Returns the category of the GeoprocessingTask.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    [since Esri::ArcGISRuntime 100.1] QString GeoprocessingTaskInfo::description() const

    Returns the description of the GeoprocessingTask.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    [since Esri::ArcGISRuntime 100.1] QString GeoprocessingTaskInfo::displayName() const

    Returns the display name of the GeoprocessingTask.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    [since 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.

    [since Esri::ArcGISRuntime 100.1] QUrl GeoprocessingTaskInfo::helpURL() const

    Returns the help URL of the GeoprocessingTask.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    [since Esri::ArcGISRuntime 100.1] bool GeoprocessingTaskInfo::isEmpty() const

    Returns true if this GeoprocessingTaskInfo is empty.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    [since Esri::ArcGISRuntime 100.1] QString GeoprocessingTaskInfo::name() const

    Returns the name of the GeoprocessingTask.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    [since 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.

    [since Esri::ArcGISRuntime 100.1] QUrl GeoprocessingTaskInfo::url() const

    Returns the URL of the GeoprocessingTask.

    This function was introduced in Esri::ArcGISRuntime 100.1.

    [since 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.

    [since 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.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.