T - public abstract class MultiCurveExpression<T extends org.geolatte.geom.GeometryCollection> extends GeometryCollectionExpression<T>
hashCode, mixin| Constructor and Description | 
|---|
| MultiCurveExpression(Expression<T> mixin) | 
| Modifier and Type | Method and Description | 
|---|---|
| BooleanExpression | isClosed()Returns 1 (TRUE) if this MultiCurve is closed [StartPoint ( ) = EndPoint ( ) for each
 Curve in this MultiCurve]. | 
| NumberExpression<Double> | length()The Length of this MultiCurve which is equal to the sum of the lengths of the element
 Curves. | 
geometryN, numGeometriesasBinary, asText, boundary, buffer, contains, contains, convexHull, crosses, crosses, difference, difference, dimension, disjoint, disjoint, distance, distance, distanceSphere, distanceSpheroid, envelope, eq, eq, geometryType, intersection, intersection, intersects, intersects, isEmpty, isSimple, overlaps, overlaps, relate, relate, srid, symDifference, symDifference, touches, touches, transform, union, union, within, withinas, as, count, countDistinct, eqAll, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitacceptpublic MultiCurveExpression(Expression<T> mixin)
public BooleanExpression isClosed()
public NumberExpression<Double> length()
Copyright © 2007–2015 Querydsl. All rights reserved.