public class WithinGeometryEvaluator extends AbstractEvaluator
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
evaluate(EvaluatorData data)
Evaluate with the data passed as parameter.
|
java.lang.String |
getName()
Get the symbolic name of the evaluator.
|
java.lang.String |
getSQL()
Get a SQL representation of the evaluator.
|
getDescription, getFieldsInfopublic java.lang.Object evaluate(EvaluatorData data) throws EvaluatorException
EvaluatorEvaluatorException - if an issue is found while evaluating.
The subclass EvaluatorParseException is used to indicate
a problem while parsing (malformed expression) rather than a
problem while evaluating.public java.lang.String getName()
Evaluatorpublic java.lang.String getSQL()
EvaluatorgetSQL in interface EvaluatorgetSQL in class AbstractEvaluator