Class PointExpressionImpl<T>
java.lang.Object
org.datanucleus.api.jdo.query.ExpressionImpl<T>
org.datanucleus.api.jdo.query.ComparableExpressionImpl<T>
org.datanucleus.api.jdo.query.geospatial.GeometryExpressionImpl<T>
org.datanucleus.api.jdo.query.geospatial.PointExpressionImpl<T>
- All Implemented Interfaces:
javax.jdo.query.ComparableExpression<T>, javax.jdo.query.Expression<T>, javax.jdo.query.geospatial.GeometryExpression<T>, javax.jdo.query.geospatial.PointExpression<T>
public class PointExpressionImpl<T>
extends GeometryExpressionImpl<T>
implements javax.jdo.query.geospatial.PointExpression<T>
Implementation of a PointExpression.
-
Field Summary
Fields inherited from class ExpressionImpl
exprType, queryExpr -
Constructor Summary
ConstructorsConstructorDescriptionPointExpressionImpl(Class<T> cls, String name, ExpressionType type) PointExpressionImpl(javax.jdo.query.PersistableExpression parent, String name) PointExpressionImpl(org.datanucleus.store.query.expression.Expression queryExpr) -
Method Summary
Methods inherited from class GeometryExpressionImpl
buffer, contains, convexHull, crosses, difference, disjoint, distance, equals, getArea, getBoundary, getCentroid, getDimension, getEnvelope, getGeometryN, getGeometryType, getLength, getNumGeometries, getNumPoints, getPointOnSurface, getSRID, intersection, intersects, isEmpty, isSimple, overlaps, relate, symDifference, toBinary, toText, touches, union, withinMethods inherited from class ComparableExpressionImpl
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, minMethods inherited from class ExpressionImpl
as, cast, count, countDistinct, eq, eq, getQueryExpression, instanceOf, isParameter, isVariable, ne, neMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.jdo.query.ComparableExpression
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, minMethods inherited from interface javax.jdo.query.Expression
as, cast, count, countDistinct, eq, eq, instanceOf, ne, neMethods inherited from interface javax.jdo.query.geospatial.GeometryExpression
buffer, contains, convexHull, crosses, difference, disjoint, distance, equals, getArea, getBoundary, getCentroid, getDimension, getEnvelope, getGeometryN, getGeometryType, getLength, getNumGeometries, getNumPoints, getPointOnSurface, getSRID, intersection, intersects, isEmpty, isSimple, overlaps, relate, symDifference, toBinary, toText, touches, union, within
-
Constructor Details
-
PointExpressionImpl
-
PointExpressionImpl
public PointExpressionImpl(org.datanucleus.store.query.expression.Expression queryExpr) -
PointExpressionImpl
-
-
Method Details
-
getX
-
getY
-