Package org.geotools.filter.function
Class FilterFunction_buffer
Object
ExpressionAbstract
DefaultExpression
FunctionExpressionImpl
FilterFunction_buffer
- All Implemented Interfaces:
Expression
,Function
,GeometryTransformation
,FunctionExpression
,Factory
-
Field Summary
FieldsFields inherited from class FunctionExpressionImpl
fallback, functionName, name, params
Fields inherited from interface Expression
NIL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSubclass should override, default implementation returns null.invert
(ReferencedEnvelope renderingEnvelope) Returns an expanded rendering envelope if the buffering size is not using feature attributes.Methods inherited from class FunctionExpressionImpl
accept, equals, functionName, getExpression, getFallbackValue, getFunctionName, getImplementationHints, getName, getParameters, hashCode, setFallbackValue, setParameters, toString
Methods inherited from class DefaultExpression
isAttributeExpression, isExpression, isFunctionExpression, isGeometryExpression, isLiteralExpression, isMathExpression
Methods inherited from class ExpressionAbstract
evaluate
Methods inherited from interface Expression
accept, evaluate
Methods inherited from interface Function
getFallbackValue, getFunctionName, getName, getParameters
-
Field Details
-
NAME
-
-
Constructor Details
-
FilterFunction_buffer
public FilterFunction_buffer()
-
-
Method Details
-
evaluate
Description copied from class:ExpressionAbstract
Subclass should override, default implementation returns null.- Specified by:
evaluate
in interfaceExpression
- Overrides:
evaluate
in classFunctionExpressionImpl
- Returns:
- default implementation returns null
-
invert
Returns an expanded rendering envelope if the buffering size is not using feature attributes. If the buffering size is feature dependent the user will have to expand the rendering area via the renderer buffer parameter- Specified by:
invert
in interfaceGeometryTransformation
-