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.txt TXT Query Language

This package implements the TXT 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.txt
 

Classes in org.geotools.filter.text.txt that implement ICompiler
 class TXTCompiler
          TODO WARNING THIS IS A WORK IN PROGRESS.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.