T - public abstract class LineStringExpression<T extends org.geolatte.geom.LineString> extends CurveExpression<T>
hashCode, mixin| Constructor and Description | 
|---|
| LineStringExpression(Expression<T> mixin) | 
| Modifier and Type | Method and Description | 
|---|---|
| NumberExpression<Integer> | numPoints()The number of Points in this LineString. | 
| PointExpression<org.geolatte.geom.Point> | pointN(int idx)Returns the specified Point N in this LineString. | 
endPoint, isClosed, isRing, length, startPointasBinary, 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 LineStringExpression(Expression<T> mixin)
public NumberExpression<Integer> numPoints()
public PointExpression<org.geolatte.geom.Point> pointN(int idx)
idx - Copyright © 2007–2015 Querydsl. All rights reserved.