RasterFunctionArguments

The raster function arguments object.

Since

200.1.0

Constructors

Link copied to clipboard
constructor()

Creates a raster function arguments object to be used in a raster function.

Properties

Link copied to clipboard

Argument variable names in the raster function arguments. Use RasterFunctionArguments.setArgument(String, String) to set value for argument variable.

Link copied to clipboard

Raster variable names in the raster function arguments. Use RasterFunctionArguments.setRaster(String, Raster) to set value for raster variable.

Functions

Link copied to clipboard
fun setArgument(name: String, value: String)

Sets argument value for the specified argument variable.

Link copied to clipboard
fun setRaster(name: String, raster: Raster)

Sets raster value for the specified raster variable.