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

    Fields
    Modifier and Type
    Field
    Description
    static final org.geotools.api.filter.capability.FunctionName
    Deprecated.
     
    static final String
    Deprecated.
     

    Fields inherited from class org.geotools.filter.FunctionExpressionImpl

    fallback, functionName, name, params

    Fields inherited from interface org.geotools.api.filter.expression.Expression

    NIL
  • Constructor Summary

    Constructors
    Constructor
    Description
    FuzzyFunction(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, toString

    Methods inherited from class org.geotools.filter.DefaultExpression

    isAttributeExpression, isExpression, isFunctionExpression, isGeometryExpression, isLiteralExpression, isMathExpression

    Methods inherited from class org.geotools.filter.expression.ExpressionAbstract

    evaluate

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.geotools.api.filter.expression.Expression

    evaluate
  • Field Details

    • FUNCTION_NAME_STRING

      public static final String FUNCTION_NAME_STRING
      Deprecated.
      See Also:
    • FUNCTION_NAME

      public static final org.geotools.api.filter.capability.FunctionName FUNCTION_NAME
      Deprecated.
  • Constructor Details

    • FuzzyFunction

      public FuzzyFunction(List<org.geotools.api.filter.expression.Expression> parameters, org.geotools.api.filter.expression.Literal fallback)
      Deprecated.