Package org.geotools.filter.function
Class FilterFunction_octagonalEnvelope
Object
ExpressionAbstract
DefaultExpression
FunctionExpressionImpl
FilterFunction_octagonalEnvelope
- All Implemented Interfaces:
Expression,Function,FunctionExpression,Factory
A FilterFunction that expects a Geometry and returns it's octagonal envelope.
- Author:
- Jared Erickson
-
Field Summary
FieldsFields inherited from class FunctionExpressionImpl
fallback, functionName, name, paramsFields inherited from interface Expression
NIL -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new FilterFunction_octagonalEnvelope instance -
Method Summary
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
evaluate
-
Field Details
-
NAME
-
-
Constructor Details
-
FilterFunction_octagonalEnvelope
public FilterFunction_octagonalEnvelope()Create a new FilterFunction_octagonalEnvelope instance
-
-
Method Details
-
evaluate
Calculate the Geometry's octagonal envelope.- Specified by:
evaluatein interfaceExpression- Overrides:
evaluatein classFunctionExpressionImpl- Parameters:
feature- The feature should be a Geometry- Returns:
- The octagonal envelope Geometry
- Throws:
IllegalArgumentException- if the feature is not a Geometry
-