Class MultiLineStringExpressionImpl<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.MultiLineStringExpressionImpl<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.MultiLineStringExpression<T>
public class MultiLineStringExpressionImpl<T>
extends GeometryCollectionExpressionImpl<T>
implements javax.jdo.query.geospatial.MultiLineStringExpression<T>
Implementation of a MultiLineStringExpression.
-
Field Summary
Fields inherited from class org.datanucleus.api.jdo.query.ExpressionImpl
exprType, queryExpr
-
Constructor Summary
ConstructorsConstructorDescriptionMultiLineStringExpressionImpl
(Class<T> cls, String name, ExpressionType type) MultiLineStringExpressionImpl
(javax.jdo.query.PersistableExpression parent, String name) MultiLineStringExpressionImpl
(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
-
MultiLineStringExpressionImpl
-
MultiLineStringExpressionImpl
public MultiLineStringExpressionImpl(org.datanucleus.store.query.expression.Expression queryExpr) -
MultiLineStringExpressionImpl
-
-
Method Details
-
isClosed
public javax.jdo.query.BooleanExpression isClosed()- Specified by:
isClosed
in interfacejavax.jdo.query.geospatial.MultiLineStringExpression<T>
-