Package nz.org.riskscape.engine.expr
Class PointFromCoords
java.lang.Object
org.geotools.filter.expression.ExpressionAbstract
org.geotools.filter.DefaultExpression
org.geotools.filter.FunctionExpressionImpl
nz.org.riskscape.engine.expr.PointFromCoords
- 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 PointFromCoords
extends org.geotools.filter.FunctionExpressionImpl
Simple point construction function, built for use with RelationBookmarkResolver to allow CSV data to be
'geometerized' from points within the data
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.locationtech.jts.geom.GeometryFactorystatic final org.geotools.api.filter.capability.FunctionNameFields inherited from class org.geotools.filter.FunctionExpressionImpl
fallback, functionName, name, paramsFields inherited from interface org.geotools.api.filter.expression.Expression
NIL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.geotools.filter.FunctionExpressionImpl
accept, equals, 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
-
GEOMETRY_FACTORY
public static final org.locationtech.jts.geom.GeometryFactory GEOMETRY_FACTORY -
NAME
public static final org.geotools.api.filter.capability.FunctionName NAME
-
-
Constructor Details
-
PointFromCoords
public PointFromCoords()
-
-
Method Details
-
evaluate
- Specified by:
evaluatein interfaceorg.geotools.api.filter.expression.Expression- Overrides:
evaluatein classorg.geotools.filter.FunctionExpressionImpl
-