Class MultiPolygonExpressionImpl<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>
org.datanucleus.api.jdo.query.geospatial.MultiPolygonExpressionImpl<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>,javax.jdo.query.geospatial.MultiPolygonExpression<T>
public class MultiPolygonExpressionImpl<T>
extends GeometryCollectionExpressionImpl<T>
implements javax.jdo.query.geospatial.MultiPolygonExpression<T>
Implementation of a MultiPolygonExpression.
-
Field Summary
Fields inherited from class org.datanucleus.api.jdo.query.ExpressionImpl
exprType, queryExpr -
Constructor Summary
ConstructorsConstructorDescriptionMultiPolygonExpressionImpl(Class<T> cls, String name, ExpressionType type) MultiPolygonExpressionImpl(javax.jdo.query.PersistableExpression parent, String name) MultiPolygonExpressionImpl(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, withinMethods inherited from class org.datanucleus.api.jdo.query.ComparableExpressionImpl
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, minMethods inherited from class org.datanucleus.api.jdo.query.ExpressionImpl
as, cast, count, countDistinct, eq, eq, getQueryExpression, instanceOf, isParameter, isVariable, ne, neMethods inherited from class java.lang.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
-
MultiPolygonExpressionImpl
-
MultiPolygonExpressionImpl
public MultiPolygonExpressionImpl(org.datanucleus.store.query.expression.Expression queryExpr) -
MultiPolygonExpressionImpl
-