Uses of Enum Class
org.geotools.filter.text.commons.Language
Packages that use Language
-
Uses of Language in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons that return LanguageModifier and TypeMethodDescriptionstatic Language
Returns the enum constant of this class with the specified name.static Language[]
Language.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.filter.text.commons with parameters of type LanguageModifier and TypeMethodDescriptionstatic final Expression
CompilerUtil.parseExpression
(Language language, String predicate) Makes Expressions for the predicatestatic final Expression
CompilerUtil.parseExpression
(Language language, String predicate, FilterFactory filterFactory) Makes Expressions for the predicatestatic final Filter
CompilerUtil.parseFilter
(Language language, String predicate) Makes the Filter for the predicatestatic final Filter
CompilerUtil.parseFilter
(Language language, String predicate, FilterFactory filterFactory) Returns the filter resultant of the parsing process of predicate expression.CompilerUtil.parseFilterList
(Language language, String predicate) Makes a list of filters extracted from the sequence of search predicatesCompilerUtil.parseFilterList
(Language language, String predicate, FilterFactory filterFactory) Makes a list of filters extracted from the sequence of search predicates