Interface MultiLineStringExpression<T>
- All Superinterfaces:
ComparableExpression<T>, Expression<T>, GeometryCollectionExpression<T>, GeometryExpression<T>
Representation of a MultiLineString expression.
Note that this is not part of the JDO spec, but a vendor extension to allow JDOQLTyped handling for geometry types.
-
Method Summary
Modifier and TypeMethodDescriptionisClosed()Returns TRUE if this is closed, i.e., if StartPoint(Curve) = EndPoint(Curve).Methods inherited from interface ComparableExpression
asc, desc, gt, gt, gteq, gteq, lt, lt, lteq, lteq, max, minMethods inherited from interface Expression
as, cast, count, countDistinct, eq, eq, instanceOf, ne, neMethods inherited from interface 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
-
Method Details
-
isClosed
BooleanExpression isClosed()Returns TRUE if this is closed, i.e., if StartPoint(Curve) = EndPoint(Curve).- Returns:
- Whether it is closed
-