RasterFunctionArguments Class

  • RasterFunctionArguments
  • class Esri::ArcGISRuntime::RasterFunctionArguments

    Represents arguments associated with a raster function. More...

    Header: #include <RasterFunctionArguments.h>
    Since: Esri::ArcGISRuntime 100.0
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    virtual ~RasterFunctionArguments() override
    QStringList argumentNames() const
    QStringList rasterNames() const
    void setArgument(const QString &name, const QString &value)
    void setRaster(const QString &rasterName, Esri::ArcGISRuntime::Raster *raster)

    Detailed Description

    Obtain the RasterFunctionArguments from the RasterFunction.

    Member Function Documentation

    [override virtual] RasterFunctionArguments::~RasterFunctionArguments()

    Destructor.

    [since Esri::ArcGISRuntime 100.2] QStringList RasterFunctionArguments::argumentNames() const

    Returns a list of argument variable names in the raster function arguments.

    This function was introduced in Esri::ArcGISRuntime 100.2.

    QStringList RasterFunctionArguments::rasterNames() const

    Returns a list of raster names associated with the corresponding raster function.

    [since Esri::ArcGISRuntime 100.2] void RasterFunctionArguments::setArgument(const QString &name, const QString &value)

    Sets the argument value for the argument with the specified name.

    This function was introduced in Esri::ArcGISRuntime 100.2.

    void RasterFunctionArguments::setRaster(const QString &rasterName, Esri::ArcGISRuntime::Raster *raster)

    Sets the raster for the provided rasterName.

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