Uses of Interface
org.geotools.api.filter.capability.Functions
-
Packages that use Functions Package Description org.geotools.api.filter Filters features according their properties.org.geotools.api.filter.capability org.geotools.filter org.geotools.filter.capability -
-
Uses of Functions in org.geotools.api.filter
Methods in org.geotools.api.filter that return Functions Modifier and Type Method Description Functions
FilterFactory. functions(FunctionName... functionNames)
functionsMethods in org.geotools.api.filter with parameters of type Functions Modifier and Type Method Description ArithmeticOperators
FilterFactory. arithmeticOperators(boolean simple, Functions functions)
arithmetic operators -
Uses of Functions in org.geotools.api.filter.capability
Methods in org.geotools.api.filter.capability that return Functions Modifier and Type Method Description Functions
ArithmeticOperators. getFunctions()
Provided functions. -
Uses of Functions in org.geotools.filter
Methods in org.geotools.filter that return Functions Modifier and Type Method Description Functions
FilterFactoryImpl. functions(FunctionName[] functionNames)
Methods in org.geotools.filter with parameters of type Functions Modifier and Type Method Description ArithmeticOperators
FilterFactoryImpl. arithmeticOperators(boolean simple, Functions functions)
-
Uses of Functions in org.geotools.filter.capability
Classes in org.geotools.filter.capability that implement Functions Modifier and Type Class Description class
FunctionsImpl
Implementation of the Functions interface.Methods in org.geotools.filter.capability with parameters of type Functions Modifier and Type Method Description void
FunctionsImpl. addAll(Functions copy)
Constructors in org.geotools.filter.capability with parameters of type Functions Constructor Description ArithmeticOperatorsImpl(boolean simpleArtithmetic, Functions functions)
FunctionsImpl(Functions copy)
-