Skip to content

GeoprocessingTaskInfo Class

  • GeoprocessingTaskInfo
  • class Esri::ArcGISRuntime::GeoprocessingTaskInfo

    Information about a GeoprocessingTask. More...

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

    Public Functions

    (since Esri::ArcGISRuntime 100.1) GeoprocessingTaskInfo()
    (since Esri::ArcGISRuntime 100.1) GeoprocessingTaskInfo(const Esri::ArcGISRuntime::GeoprocessingTaskInfo &other)
    (since Esri::ArcGISRuntime 100.1) GeoprocessingTaskInfo(Esri::ArcGISRuntime::GeoprocessingTaskInfo &&other)
    (since Esri::ArcGISRuntime 100.1) ~GeoprocessingTaskInfo()
    (since Esri::ArcGISRuntime 100.1) QString category() const
    (since Esri::ArcGISRuntime 100.1) QString description() const
    (since Esri::ArcGISRuntime 100.1) QString displayName() const
    (since Esri::ArcGISRuntime 100.1) Esri::ArcGISRuntime::GeoprocessingExecutionType executionType() const
    (since Esri::ArcGISRuntime 100.1) QUrl helpURL() const
    (since Esri::ArcGISRuntime 100.1) bool isEmpty() const
    (since Esri::ArcGISRuntime 100.1) QString name() const
    (since Esri::ArcGISRuntime 100.1) QList<Esri::ArcGISRuntime::GeoprocessingParameterInfo> parameterInfos() const
    (since Esri::ArcGISRuntime 100.1) QUrl url() const
    (since Esri::ArcGISRuntime 100.1) Esri::ArcGISRuntime::GeoprocessingTaskInfo &operator=(Esri::ArcGISRuntime::GeoprocessingTaskInfo &&other)
    (since Esri::ArcGISRuntime 100.1) Esri::ArcGISRuntime::GeoprocessingTaskInfo &operator=(const 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.

    [noexcept, 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.

    [noexcept, 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.

    [noexcept, 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.

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

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