Methods in org.geotools.filter.text.commons with parameters of type AbstractCompilerFactory |
static org.opengis.filter.expression.Expression |
CompilerUtil.parseExpression(java.lang.String source,
AbstractCompilerFactory compilerFactory,
org.opengis.filter.FilterFactory filterFactory)
Parses the expression present on source and make an expression object. |
static org.opengis.filter.Filter |
CompilerUtil.parseFilter(java.lang.String source,
AbstractCompilerFactory compilerFactory,
org.opengis.filter.FilterFactory filterFactory)
Parses the predicate present on source and makes the filter. |
static java.util.List<org.opengis.filter.Filter> |
CompilerUtil.parseFilterList(java.lang.String predicateSequence,
AbstractCompilerFactory compilerFactory,
org.opengis.filter.FilterFactory filterFactory)
Parses the sequence of predicate and makes the filter list |