|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.renderer.style.ExpressionExtractor
public class ExpressionExtractor
Helper class that allows the extraction of CQL expressions out of a plain text string using special separators. Parsing rules are:
${
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
\
\\
)
}
is reserved, should have been escaped)
Constructor Summary | |
---|---|
ExpressionExtractor()
|
Method Summary | |
---|---|
static org.opengis.filter.expression.Expression |
extractCqlExpressions(java.lang.String expression)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpressionExtractor()
Method Detail |
---|
public static org.opengis.filter.expression.Expression extractCqlExpressions(java.lang.String expression)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |