public abstract class AbstractCompilerFactory extends Object
Warning: This component is not published. It is part of module implementation. Client module should not use this feature.
Constructor and Description |
---|
AbstractCompilerFactory() |
Modifier and Type | Method and Description |
---|---|
protected abstract ICompiler |
createCompiler(String predicate,
FilterFactory filterFactory) |
ICompiler |
makeCompiler(String predicate,
FilterFactory filterFactory)
Initializes and create the new compiler
|
public ICompiler makeCompiler(String predicate, FilterFactory filterFactory) throws CQLException
CQLException
protected abstract ICompiler createCompiler(String predicate, FilterFactory filterFactory)
Copyright © 1996–2023 Geotools. All rights reserved.