Uses of Class
org.geotools.filter.text.commons.Language

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(java.lang.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 org.opengis.filter.expression.Expression CompilerUtil.parseExpression(Language language, java.lang.String predicate)
          Makes Expressions for the predicate
static org.opengis.filter.expression.Expression CompilerUtil.parseExpression(Language language, java.lang.String predicate, org.opengis.filter.FilterFactory filterFactory)
          Makes Expressions for the predicate
static org.opengis.filter.Filter CompilerUtil.parseFilter(Language language, java.lang.String predicate)
          Makes the Filter for the predicate
static org.opengis.filter.Filter CompilerUtil.parseFilter(Language language, java.lang.String predicate, org.opengis.filter.FilterFactory filterFactory)
          Returns the filter resultant of the parsing process of predicate expression.
static java.util.List<org.opengis.filter.Filter> CompilerUtil.parseFilterList(Language language, java.lang.String predicate)
          Makes a list of filters extracted from the sequence of search predicates
static java.util.List<org.opengis.filter.Filter> CompilerUtil.parseFilterList(Language language, java.lang.String predicate, org.opengis.filter.FilterFactory filterFactory)
          Makes a list of filters extracted from the sequence of search predicates
 



Copyright © 1996-2010 Geotools. All Rights Reserved.