public class ExpressionExtractor extends Object
${ and } is considered a CQL expression
$ and } can be used stand alone only escaped with \
(e.g. \$ and \})
\ can be used stand alone only escaped with another \ (e.g.
\\)
} is reserved, should have been escaped)| Constructor and Description |
|---|
ExpressionExtractor() |
| Modifier and Type | Method and Description |
|---|---|
static Expression |
extractCqlExpressions(String expression)
Builds a CQL expression equivalent to the specified string, see class javadocs for rules on
how to build the expression in string form
|
public static Expression extractCqlExpressions(String expression)
expression - Copyright © 1996–2019 Geotools. All rights reserved.