- java.lang.Object
-
- org.geotools.filter.expression.ExpressionAbstract
-
- org.geotools.filter.DefaultExpression
-
- org.geotools.filter.FunctionExpressionImpl
-
- org.codice.ddf.spatial.ogc.csw.catalog.common.PropertyIsFuzzyFunction
-
- All Implemented Interfaces:
- org.geotools.factory.Factory, org.geotools.filter.ExpressionType, org.geotools.filter.FunctionExpression, org.opengis.filter.expression.Expression, org.opengis.filter.expression.Function
public class PropertyIsFuzzyFunction
extends org.geotools.filter.FunctionExpressionImpl
The PropertyIsFuzzyFunction contains two parameters that can be used to build a PropertyIsLike
filter marked to be searched in a fuzzy manner.
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
static String |
FUNCTION_NAME |
static org.opengis.filter.capability.FunctionName |
NAME |
-
Fields inherited from class org.geotools.filter.FunctionExpressionImpl
fallback, functionName, name, params
-
Fields inherited from class org.geotools.filter.DefaultExpression
expressionType, permissiveConstruction
-
Fields inherited from interface org.geotools.filter.ExpressionType
ATTRIBUTE, ATTRIBUTE_DOUBLE, ATTRIBUTE_GEOMETRY, ATTRIBUTE_INTEGER, ATTRIBUTE_STRING, ATTRIBUTE_UNDECLARED, FUNCTION, LITERAL_DOUBLE, LITERAL_GEOMETRY, LITERAL_INTEGER, LITERAL_LONG, LITERAL_STRING, LITERAL_UNDECLARED, MATH_ADD, MATH_DIVIDE, MATH_MULTIPLY, MATH_SUBTRACT
-
Fields inherited from interface org.opengis.filter.expression.Expression
NIL
-
Constructor Summary
Constructors
Constructor and Description |
PropertyIsFuzzyFunction(List<org.opengis.filter.expression.Expression> parameters,
org.opengis.filter.expression.Literal fallback) |
-
Method Summary
-
Methods inherited from class org.geotools.filter.FunctionExpressionImpl
accept, functionName, getArgCount, getArgs, getExpression, getFallbackValue, getFunctionName, getImplementationHints, getName, getParameters, getType, setArgs, setFallbackValue, setName, setParameters, toString
-
Methods inherited from class org.geotools.filter.DefaultExpression
accept, evaluate, evaluate, getValue, isAttributeExpression, isExpression, isFunctionExpression, isGeometryExpression, isLiteralExpression, isMathExpression, isMathExpression
-
Methods inherited from class org.geotools.filter.expression.ExpressionAbstract
eval, eval, evaluate
-
Methods inherited from interface org.geotools.filter.Expression
accept, evaluate, getValue
-
Methods inherited from interface org.opengis.filter.expression.Expression
evaluate, evaluate
This work is licensed under a Creative Commons Attribution 4.0 International License.