Class ProximityFunction

java.lang.Object
org.geotools.filter.expression.ExpressionAbstract
org.geotools.filter.FunctionImpl
ddf.catalog.impl.filter.ProximityFunction
All Implemented Interfaces:
org.geotools.api.filter.expression.Expression, org.geotools.api.filter.expression.Function

public class ProximityFunction extends org.geotools.filter.FunctionImpl
  • Field Summary

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

    Fields inherited from class org.geotools.filter.FunctionImpl

    functionName

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

    NIL
  • Constructor Summary

    Constructors
    Constructor
    Description
    ProximityFunction(List<org.geotools.api.filter.expression.Expression> parameters, org.geotools.api.filter.expression.Literal fallback)
     
  • Method Summary

    Methods inherited from class org.geotools.filter.FunctionImpl

    accept, dispatchArguments, equals, evaluate, functionName, getFallbackValue, getFunctionName, getName, getParameters, getParameterValue, getParameterValue, hashCode, setFallbackValue, setName, setParameters, toString

    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

    • NUM_PARAMETERS

      public static final int NUM_PARAMETERS
      See Also:
    • FUNCTION_NAME_STRING

      public static final String FUNCTION_NAME_STRING
      See Also:
    • FUNCTION_NAME

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

    • ProximityFunction

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