GeoprocessingLong Class

  • GeoprocessingLong
  • class Esri::ArcGISRuntime::GeoprocessingLong

    A long input or output parameter. More...

    Header: #include <GeoprocessingLong.h>
    Since: Esri::ArcGISRuntime 100.0
    Inherits: Esri::ArcGISRuntime::GeoprocessingParameter

    Public Functions

    GeoprocessingLong(QObject *parent = nullptr)
    GeoprocessingLong(int value, QObject *parent = nullptr)
    virtual ~GeoprocessingLong() override
    void setValue(int value)
    int value() const

    Detailed Description

    Corresponds to GPLong parameter type on the service. The range of values corresponds to a 32 bit integer from -2,147,483,648 to 2,147,483,647.

    See also GeoprocessingLong and GeoprocessingLong(int, QObject*).

    Member Function Documentation

    [explicit] GeoprocessingLong::GeoprocessingLong(QObject *parent = nullptr)

    Create a geoprocessing long parameter.

    • parent - The optional parent QObject.

    [explicit] GeoprocessingLong::GeoprocessingLong(int value, QObject *parent = nullptr)

    reate a geoprocessing long parameter with the given value.

    • value - The value of the parameter.
    • parent - The optional parent QObject.

    [override virtual] GeoprocessingLong::~GeoprocessingLong()

    Destructor.

    void GeoprocessingLong::setValue(int value)

    Sets the value to value.

    See also value().

    int GeoprocessingLong::value() const

    Returns the value.

    See also setValue().

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

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close