T - public abstract class CurveExpression<T extends org.geolatte.geom.Geometry> extends GeometryExpression<T>
hashCode, mixin| Constructor and Description | 
|---|
| CurveExpression(Expression<T> mixin) | 
| Modifier and Type | Method and Description | 
|---|---|
| PointExpression<org.geolatte.geom.Point> | endPoint()The end Point of this Curve. | 
| BooleanExpression | isClosed()Returns 1 (TRUE) if this Curve is closed [StartPoint ( ) = EndPoint ( )]. | 
| BooleanExpression | isRing()Returns 1 (TRUE) if this Curve is closed [StartPoint ( ) = EndPoint ( )] and this Curve is
 simple (does not pass through the same Point more than once). | 
| NumberExpression<Double> | length()The length of this Curve in its associated spatial reference. | 
| PointExpression<org.geolatte.geom.Point> | startPoint()The start Point of this Curve. | 
asBinary, 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 CurveExpression(Expression<T> mixin)
public NumberExpression<Double> length()
public PointExpression<org.geolatte.geom.Point> startPoint()
public PointExpression<org.geolatte.geom.Point> endPoint()
public BooleanExpression isClosed()
public BooleanExpression isRing()
Copyright © 2007–2015 Querydsl. All rights reserved.