Package ddf.catalog.impl.filter
Class DivisibleByFunction
java.lang.Object
org.geotools.filter.expression.ExpressionAbstract
org.geotools.filter.DefaultExpression
org.geotools.filter.FunctionExpressionImpl
ddf.catalog.impl.filter.DivisibleByFunction
- All Implemented Interfaces:
org.geotools.api.filter.expression.Expression,org.geotools.api.filter.expression.Function,org.geotools.filter.FunctionExpression,org.geotools.util.factory.Factory
public class DivisibleByFunction
extends org.geotools.filter.FunctionExpressionImpl
The DivisibleByFunction contains two parameters that can be used to build a filter.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.geotools.api.filter.capability.FunctionNamestatic final Stringstatic final intFields inherited from class org.geotools.filter.FunctionExpressionImpl
fallback, functionName, name, paramsFields inherited from interface org.geotools.api.filter.expression.Expression
NIL -
Constructor Summary
ConstructorsConstructorDescriptionDivisibleByFunction(List<org.geotools.api.filter.expression.Expression> parameters, org.geotools.api.filter.expression.Literal fallback) -
Method Summary
Methods inherited from class org.geotools.filter.FunctionExpressionImpl
accept, evaluate, functionName, getExpression, getFallbackValue, getFunctionName, getImplementationHints, getName, getParameters, setFallbackValue, setParameters, toStringMethods inherited from class org.geotools.filter.DefaultExpression
isAttributeExpression, isExpression, isFunctionExpression, isGeometryExpression, isLiteralExpression, isMathExpressionMethods inherited from class org.geotools.filter.expression.ExpressionAbstract
evaluateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.geotools.api.filter.expression.Expression
evaluate
-
Field Details
-
NUM_PARAMETERS
public static final int NUM_PARAMETERS- See Also:
-
FUNCTION_NAME_STRING
- See Also:
-
FUNCTION_NAME
public static final org.geotools.api.filter.capability.FunctionName FUNCTION_NAME
-
-
Constructor Details
-
DivisibleByFunction
public DivisibleByFunction(List<org.geotools.api.filter.expression.Expression> parameters, org.geotools.api.filter.expression.Literal fallback)
-
-
Method Details
-
equals
- Overrides:
equalsin classorg.geotools.filter.FunctionExpressionImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.geotools.filter.FunctionExpressionImpl
-