public class FilterFunction_vertices extends FunctionExpressionImpl
Modifier and Type | Field and Description |
---|---|
static FunctionName |
NAME |
fallback, functionName, name, params
NIL
Constructor and Description |
---|
FilterFunction_vertices() |
Modifier and Type | Method and Description |
---|---|
<T> T |
evaluate(Object feature,
Class<T> context)
Default implementation delegates handling of context conversion to Converters utility class.
|
accept, equals, evaluate, functionName, getExpression, getFallbackValue, getFunctionName, getImplementationHints, getName, getParameters, hashCode, setFallbackValue, setParameters, toString
isAttributeExpression, isExpression, isFunctionExpression, isGeometryExpression, isLiteralExpression, isMathExpression
public static FunctionName NAME
public <T> T evaluate(Object feature, Class<T> context)
ExpressionAbstract
Subclasses are expected to make use of the Converters utility class (as the easiest way to provide value morphing in conformance with the Filter specification).
evaluate
in interface Expression
evaluate
in class ExpressionAbstract
T
- The type of the returned object.feature
- The object to evaluate the expression against.context
- The type of the resulting value of the expression.context
.Copyright © 1996–2023 Geotools. All rights reserved.