Uses of Class
org.geotools.filter.text.commons.AbstractCompilerFactory
Packages that use AbstractCompilerFactory
-
Uses of AbstractCompilerFactory in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons with parameters of type AbstractCompilerFactoryModifier and TypeMethodDescriptionstatic Expression
CompilerUtil.parseExpression
(String source, AbstractCompilerFactory compilerFactory, FilterFactory filterFactory) Parses the expression present on source and make an expression object.static Filter
CompilerUtil.parseFilter
(String source, AbstractCompilerFactory compilerFactory, FilterFactory filterFactory) Parses the predicate present on source and makes the filter.CompilerUtil.parseFilterList
(String predicateSequence, AbstractCompilerFactory compilerFactory, FilterFactory filterFactory) Parses the sequence of predicate and makes the filter list