Uses of Class
com.querydsl.spatial.LineStringExpression
Packages that use LineStringExpression
-
Uses of LineStringExpression in com.querydsl.spatial
Subclasses of LineStringExpression in com.querydsl.spatialModifier and TypeClassDescriptionclassLinearRingExpression<T extends org.geolatte.geom.LineString>A LinearRing is a LineString that is both closed and simple.classLinearRingPath<T extends org.geolatte.geom.LinearRing>classLineExpression<T extends org.geolatte.geom.LineString>A Line is a LineString with exactly 2 Points.classLineStringOperation<T extends org.geolatte.geom.LineString>classLineStringPath<T extends org.geolatte.geom.LineString>Methods in com.querydsl.spatial that return LineStringExpressionModifier and TypeMethodDescriptionPolygonExpression.exteriorRing()Returns the exterior ring of this Polygon.LineStringExpression<org.geolatte.geom.LineString>PolygonExpression.interiorRingN(int idx) Returns the N th interior ring for this Polygon as a LineString.static LineStringExpression<org.geolatte.geom.LineString>GeometryExpressions.lineStringOperation(Operator op, Expression<?>... args) Create a new LineString operation expression