Package ddf.catalog.impl.filter
Class FuzzyFunction
java.lang.Object
org.geotools.filter.expression.ExpressionAbstract
org.geotools.filter.DefaultExpression
org.geotools.filter.FunctionExpressionImpl
ddf.catalog.impl.filter.FuzzyFunction
- 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 FuzzyFunction
extends org.geotools.filter.FunctionExpressionImpl
Deprecated.
Used as a customized function in a
Filter. This Function will wrap a property name to signify that it must be
searched in a "fuzzy" manner- Author:
- Ashraf Barakat
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.geotools.api.filter.capability.FunctionNameDeprecated.static final StringDeprecated.Fields inherited from class org.geotools.filter.FunctionExpressionImpl
fallback, functionName, name, paramsFields inherited from interface org.geotools.api.filter.expression.Expression
NIL -
Constructor Summary
ConstructorsConstructorDescriptionFuzzyFunction(List<org.geotools.api.filter.expression.Expression> parameters, org.geotools.api.filter.expression.Literal fallback) Deprecated. -
Method Summary
Methods inherited from class org.geotools.filter.FunctionExpressionImpl
accept, equals, evaluate, functionName, getExpression, getFallbackValue, getFunctionName, getImplementationHints, getName, getParameters, hashCode, 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
-
FUNCTION_NAME_STRING
Deprecated.- See Also:
-
FUNCTION_NAME
public static final org.geotools.api.filter.capability.FunctionName FUNCTION_NAMEDeprecated.
-
-
Constructor Details
-
FuzzyFunction
public FuzzyFunction(List<org.geotools.api.filter.expression.Expression> parameters, org.geotools.api.filter.expression.Literal fallback) Deprecated.
-