A Function that wraps a Process for rendering transformations.
| Fields inherited from class | Fields |
|---|---|
interface org.opengis.filter.expression.Expression |
NIL |
| Constructor and description |
|---|
ProcessFunction
(java.lang.Process process, Function... functions)Create a Rendering Transformation Function from a Process and a variable List of Functions. |
| Methods inherited from class | Name |
|---|---|
class Function |
getFunctionNames, registerFunction, toString |
interface org.opengis.filter.expression.Expression |
org.opengis.filter.expression.Expression#accept(org.opengis.filter.expression.ExpressionVisitor, java.lang.Object), org.opengis.filter.expression.Expression#evaluate(java.lang.Object, java.lang.Class), org.opengis.filter.expression.Expression#evaluate(java.lang.Object) |
Create a Rendering Transformation Function from a Process and a variable List of Functions.
process - The GeoScript Processfunctions - A variable List of Functions