T - public abstract class PointExpression<T extends org.geolatte.geom.Point> extends GeometryExpression<T>
hashCode, mixin| Constructor and Description |
|---|
PointExpression(Expression<T> mixin) |
| Modifier and Type | Method and Description |
|---|---|
NumberExpression<Double> |
m()
The m-coordinate value for this Point, if it has one.
|
NumberExpression<Double> |
x()
The x-coordinate value for this Point.
|
NumberExpression<Double> |
y()
The y-coordinate value for this Point.
|
NumberExpression<Double> |
z()
The z-coordinate value for this Point, if it has one.
|
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 PointExpression(Expression<T> mixin)
public NumberExpression<Double> x()
public NumberExpression<Double> y()
public NumberExpression<Double> z()
public NumberExpression<Double> m()
Copyright © 2007–2015 Querydsl. All rights reserved.