T
- public abstract class CurveExpression<T extends org.geolatte.geom.Geometry> extends GeometryExpression<T>
mixin
Constructor and Description |
---|
CurveExpression(Expression<T> mixin) |
Modifier and Type | Method and Description |
---|---|
PointExpression<org.geolatte.geom.Point> |
endPoint() |
BooleanExpression |
isClosed() |
BooleanExpression |
isRing() |
NumberExpression<Double> |
length() |
PointExpression<org.geolatte.geom.Point> |
startPoint() |
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, union, union, within, within
as, as, count, countDistinct, eqAll, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, when
equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
accept
public 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–2014 Mysema Ltd. All rights reserved.