Package | Description |
---|---|
org.esa.snap.core.dataop.barithm | |
org.esa.snap.core.jexp |
The JEXP API (JEXP = Java Expression Parser).
|
Modifier and Type | Method and Description |
---|---|
static void |
BandArithmetic.deregisterFunction(Function f)
De-registers an existing global function.
|
static void |
BandArithmetic.registerFunction(Function f)
Registers a new global function.
|
Modifier and Type | Field and Description |
---|---|
protected Function |
Term.Call.function |
Modifier and Type | Method and Description |
---|---|
Function[] |
WritableNamespace.getAllFunctions() |
Function |
Term.Call.getFunction() |
Function |
Namespace.resolveFunction(String name,
Term[] args)
Resolves the given name and argument list in order to find a matching function.
|
Modifier and Type | Method and Description |
---|---|
void |
WritableNamespace.deregisterFunction(Function function) |
void |
WritableNamespace.registerFunction(Function function) |
Constructor and Description |
---|
Call(Function function,
Term... args) |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.