RasterFunctionArguments class final
The raster function arguments object.
- Implemented types
Constructors
- RasterFunctionArguments()
-
Creates a raster function arguments object to be used in a raster
function.
factory
Properties
-
argumentNames
→ List<
String> -
Argument variable names in the raster function arguments.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
rasterNames
→ List<
String> -
Raster variable names in the raster function arguments.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setArgument(
{required String name, required String value}) → void - Sets argument value for the specified argument variable.
-
setRaster(
{required String name, required Raster raster}) → void - Sets raster value for the specified raster variable.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited