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

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
 



Copyright © 1996-2009 Geotools. All Rights Reserved.