|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Language | |
---|---|
org.geotools.filter.text.commons |
Uses of Language in org.geotools.filter.text.commons |
---|
Methods in org.geotools.filter.text.commons that return Language | |
---|---|
static Language |
Language.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Language[] |
Language.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.geotools.filter.text.commons with parameters of type Language | |
---|---|
static Expression |
CompilerUtil.parseExpression(Language language,
String predicate)
Makes Expressions for the predicate |
static Expression |
CompilerUtil.parseExpression(Language language,
String predicate,
FilterFactory filterFactory)
Makes Expressions for the predicate |
static Filter |
CompilerUtil.parseFilter(Language language,
String predicate)
Makes the Filter for the predicate |
static Filter |
CompilerUtil.parseFilter(Language language,
String predicate,
FilterFactory filterFactory)
Returns the filter resultant of the parsing process of predicate expression. |
static List<Filter> |
CompilerUtil.parseFilterList(Language language,
String predicate)
Makes a list of filters extracted from the sequence of search predicates |
static List<Filter> |
CompilerUtil.parseFilterList(Language language,
String predicate,
FilterFactory filterFactory)
Makes a list of filters extracted from the sequence of search predicates |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |