Uses of Interface
org.geotools.filter.text.commons.ICompiler

Packages that use ICompiler
org.geotools.filter.text.commons   
org.geotools.filter.text.cql2 Common Query Language (CQL)

This package implements the OGC_Common Catalogue Query Language. 

org.geotools.filter.text.ecql Extended Common Query Language (ECQL)

This package implements the ECQL query language that extend the OGC Common Catalogue Query Language (CQL) capabilities. 

 

Uses of ICompiler in org.geotools.filter.text.commons
 

Methods in org.geotools.filter.text.commons that return ICompiler
protected abstract  ICompiler AbstractCompilerFactory.createCompiler(String predicate, FilterFactory filterFactory)
           
 ICompiler AbstractCompilerFactory.makeCompiler(String predicate, FilterFactory filterFactory)
          Initializes and create the new compiler
 

Uses of ICompiler in org.geotools.filter.text.cql2
 

Classes in org.geotools.filter.text.cql2 that implement ICompiler
 class CQLCompiler
          CQL Compiler.
 

Uses of ICompiler in org.geotools.filter.text.ecql
 

Classes in org.geotools.filter.text.ecql that implement ICompiler
 class ECQLCompiler
          ECQLCompiler Builds the filter, expression or arguments related with the visited node of syntax tree
 



Copyright © 1996-2009 Geotools. All Rights Reserved.