|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractCompilerFactory | |
---|---|
org.geotools.filter.text.commons |
Uses of AbstractCompilerFactory in org.geotools.filter.text.commons |
---|
Methods in org.geotools.filter.text.commons with parameters of type AbstractCompilerFactory | |
---|---|
static 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. |
static List<Filter> |
CompilerUtil.parseFilterList(String predicateSequence,
AbstractCompilerFactory compilerFactory,
FilterFactory filterFactory)
Parses the sequence of predicate and makes the filter list |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |