T - public abstract class JTSCurveExpression<T extends com.vividsolutions.jts.geom.Geometry> extends JTSGeometryExpression<T>
hashCode, mixin| Constructor and Description |
|---|
JTSCurveExpression(Expression<T> mixin) |
| Modifier and Type | Method and Description |
|---|---|
JTSPointExpression<com.vividsolutions.jts.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.
|
JTSPointExpression<com.vividsolutions.jts.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 JTSCurveExpression(Expression<T> mixin)
public NumberExpression<Double> length()
public JTSPointExpression<com.vividsolutions.jts.geom.Point> startPoint()
public JTSPointExpression<com.vividsolutions.jts.geom.Point> endPoint()
public BooleanExpression isClosed()
public BooleanExpression isRing()
Copyright © 2007–2015 Querydsl. All rights reserved.