|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Function | |
---|---|
org.opengis.filter | Filters features according their properties. |
org.opengis.filter.expression | An expression is a combination of one or more elements that
evaluate to single Object value. |
Uses of Function in org.opengis.filter |
---|
Methods in org.opengis.filter that return Function | |
---|---|
Function |
FilterFactory.function(String name,
Expression arg1)
Call into some implementation-specific function with one argument. |
Function |
FilterFactory.function(String name,
Expression[] args)
Call into some implementation-specific function. |
Function |
FilterFactory.function(String name,
Expression arg1,
Expression arg2)
Call into some implementation-specific function with two arguments. |
Function |
FilterFactory.function(String name,
Expression arg1,
Expression arg2,
Expression arg3)
Call into some implementation-specific function with three arguments. |
Uses of Function in org.opengis.filter.expression |
---|
Methods in org.opengis.filter.expression with parameters of type Function | |
---|---|
Object |
ExpressionVisitor.visit(Function expression,
Object extraData)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |