Represents arguments associated with a raster function. More...
|  Header |  #include <Raster | 
|  Since |  Esri | 
|  Inherits |  Esri | 
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| virtual | ~ | 
|  QString | argument | 
|  QString | raster | 
| void | set | 
| void | set | 
Detailed Description
Obtain the RasterFunctionArguments from the RasterFunction.
Member Function Documentation
[override virtual] RasterFunctionArguments::~RasterFunctionArguments   ()   
Destructor.
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.
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.