Class GeometryCollectionExpressionImpl<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.GeometryCollectionExpressionImpl<T>
- All Implemented Interfaces:
javax.jdo.query.ComparableExpression<T>
,javax.jdo.query.Expression<T>
,javax.jdo.query.geospatial.GeometryCollectionExpression<T>
,javax.jdo.query.geospatial.GeometryExpression<T>
- Direct Known Subclasses:
MultiLineStringExpressionImpl
,MultiPointExpressionImpl
,MultiPolygonExpressionImpl
public class GeometryCollectionExpressionImpl<T>
extends GeometryExpressionImpl<T>
implements javax.jdo.query.geospatial.GeometryCollectionExpression<T>
Implementation of a GeometryCollectionExpression.
-
Field Summary
Fields inherited from class org.datanucleus.api.jdo.query.ExpressionImpl
exprType, queryExpr
-
Constructor Summary
ConstructorsConstructorDescriptionGeometryCollectionExpressionImpl
(Class<T> cls, String name, ExpressionType type) GeometryCollectionExpressionImpl
(javax.jdo.query.PersistableExpression parent, String name) GeometryCollectionExpressionImpl
(org.datanucleus.store.query.expression.Expression queryExpr) -
Method Summary
Methods inherited from class org.datanucleus.api.jdo.query.geospatial.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, within
Methods inherited from class org.datanucleus.api.jdo.query.ComparableExpressionImpl
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, min
Methods inherited from class org.datanucleus.api.jdo.query.ExpressionImpl
as, cast, count, countDistinct, eq, eq, getQueryExpression, instanceOf, isParameter, isVariable, ne, ne
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.jdo.query.ComparableExpression
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, min
Methods inherited from interface javax.jdo.query.Expression
as, cast, count, countDistinct, eq, eq, instanceOf, ne, ne
Methods 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
-
GeometryCollectionExpressionImpl
-
GeometryCollectionExpressionImpl
public GeometryCollectionExpressionImpl(org.datanucleus.store.query.expression.Expression queryExpr) -
GeometryCollectionExpressionImpl
-