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<java.lang.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, within
as, as, count, countDistinct, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
accept
public JTSCurveExpression(Expression<T> mixin)
public NumberExpression<java.lang.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–2021 Querydsl. All rights reserved.