Package org.geotools.data.postgis.filter
Class FilterFunction_pgNearest
Object
ExpressionAbstract
DefaultExpression
FunctionExpressionImpl
FilterFunction_pgNearest
- All Implemented Interfaces:
Expression,Function,VolatileFunction,FunctionExpression,Factory
NEAREST function implementation for Postgis
Function name: pgNearest
example:
Function name: pgNearest
example:
pgNearest(POINT(16.36 48.205),30)=true
- Author:
- Fernando Mino, Geosolutions
-
Field Summary
FieldsFields inherited from class FunctionExpressionImpl
fallback, functionName, name, paramsFields inherited from interface Expression
NIL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FunctionExpressionImpl
accept, equals, functionName, getExpression, getFallbackValue, getFunctionName, getImplementationHints, getName, getParameters, hashCode, setFallbackValue, setParameters, toStringMethods inherited from class DefaultExpression
isAttributeExpression, isExpression, isFunctionExpression, isGeometryExpression, isLiteralExpression, isMathExpressionMethods inherited from class ExpressionAbstract
evaluateMethods inherited from interface Expression
accept, evaluateMethods inherited from interface Function
getFallbackValue, getFunctionName, getName, getParameters
-
Field Details
-
NAME
-
-
Constructor Details
-
FilterFunction_pgNearest
public FilterFunction_pgNearest()
-
-
Method Details
-
evaluate
Description copied from class:ExpressionAbstractSubclass should override, default implementation returns null.- Specified by:
evaluatein interfaceExpression- Overrides:
evaluatein classFunctionExpressionImpl- Returns:
- default implementation returns null
-