public class RasterFunction
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
static RasterFunction |
create()
Creates a new RasterFunction object.
|
JSObject |
getArguments()
Get the function arguments
|
java.lang.String |
getFunctionName()
The raster function name.
|
java.lang.String |
getVariableName()
Variable name for the raster function.
|
void |
setArguments(JSObject arguments)
Set the arguments
|
void |
setFunctionName(java.lang.String functionName)
Set function name
|
void |
setVariableName(java.lang.String variableName)
Set the variable name
|
com.google.gwt.core.client.JavaScriptObject |
toJson()
Returns an easily serializable object representation of the raster function.
|
public static RasterFunction create()
public final JSObject getArguments()
public final void setArguments(JSObject arguments)
arguments
- - The argumens for the raster function. The structure depends
on the function specified.public final java.lang.String getFunctionName()
public final void setFunctionName(java.lang.String functionName)
functionName
- - The raster function name. View the Raster Functions documentation in the
REST help for more details.public final java.lang.String getVariableName()
public final void setVariableName(java.lang.String variableName)
variableName
- - Variable name for the raster function.public final com.google.gwt.core.client.JavaScriptObject toJson()