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