org.geotools.filter.text.commons
Class AbstractCompilerFactory
java.lang.Object
org.geotools.filter.text.commons.AbstractCompilerFactory
public abstract class AbstractCompilerFactory
- extends java.lang.Object
Provides the common behavior to make a compiler implementation
Warning: This component is not published. It is part of module implementation.
Client module should not use this feature.
- Since:
- 2.6
- Author:
- Mauricio Pazos (Axios Engineering)
Method Summary |
protected abstract ICompiler |
createCompiler(java.lang.String predicate,
org.opengis.filter.FilterFactory filterFactory)
|
ICompiler |
makeCompiler(java.lang.String predicate,
org.opengis.filter.FilterFactory filterFactory)
Initializes and create the new compiler |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCompilerFactory
public AbstractCompilerFactory()
makeCompiler
public ICompiler makeCompiler(java.lang.String predicate,
org.opengis.filter.FilterFactory filterFactory)
throws CQLException
- Initializes and create the new compiler
- Parameters:
predicate
- filterFactory
-
- Returns:
- CQLCompiler
- Throws:
CQLException
createCompiler
protected abstract ICompiler createCompiler(java.lang.String predicate,
org.opengis.filter.FilterFactory filterFactory)
Copyright © 1996-2010 Geotools. All Rights Reserved.