Uses of Class
com.querydsl.spatial.PointExpression
Packages that use PointExpression
-
Uses of PointExpression in com.querydsl.spatial
Subclasses of PointExpression in com.querydsl.spatialModifier and TypeClassDescriptionclassPointOperation<T extends org.geolatte.geom.Point>classPointPath<T extends org.geolatte.geom.Point>Methods in com.querydsl.spatial that return PointExpressionModifier and TypeMethodDescriptionPointExpression<org.geolatte.geom.Point>MultiSurfaceExpression.centroid()The mathematical centroid for this MultiSurface.PointExpression<org.geolatte.geom.Point>SurfaceExpression.centroid()The mathematical centroid for this Surface as a Point.PointExpression<org.geolatte.geom.Point>CurveExpression.endPoint()The end Point of this Curve.PointExpression<org.geolatte.geom.Point>LineStringExpression.pointN(int idx) Returns the specified Point N in this LineString.PointExpression<org.geolatte.geom.Point>MultiSurfaceExpression.pointOnSurface()A Point guaranteed to be on this MultiSurface.PointExpression<org.geolatte.geom.Point>SurfaceExpression.pointOnSurface()A Point guaranteed to be on this Surface.static PointExpression<org.geolatte.geom.Point>GeometryExpressions.pointOperation(Operator op, Expression<?>... args) Create a new Point operation expressionPointExpression<org.geolatte.geom.Point>CurveExpression.startPoint()The start Point of this Curve.