Uses of Class
org.geotools.filter.function.FilterFunction_if_then_else
-
Packages that use FilterFunction_if_then_else Package Description org.geotools.filter.visitor -
-
Uses of FilterFunction_if_then_else in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type FilterFunction_if_then_else Modifier and Type Method Description protected Object
ExpressionTypeVisitor. visitIfThenElse(FilterFunction_if_then_else expression)
Special case for the if then else function, which stores parameters in the second and third list items
-