Uses of Class
com.querydsl.spatial.locationtech.jts.JTSLineStringExpression
Packages that use JTSLineStringExpression
-
Uses of JTSLineStringExpression in com.querydsl.spatial.locationtech.jts
Subclasses of JTSLineStringExpression in com.querydsl.spatial.locationtech.jtsModifier and TypeClassDescriptionclassJTSLinearRingExpression<T extends org.locationtech.jts.geom.LineString>A LinearRing is a LineString that is both closed and simple.classJTSLinearRingPath<T extends org.locationtech.jts.geom.LinearRing>classJTSLineExpression<T extends org.locationtech.jts.geom.LineString>A Line is a LineString with exactly 2 Points.classJTSLineStringOperation<T extends org.locationtech.jts.geom.LineString>classJTSLineStringPath<T extends org.locationtech.jts.geom.LineString>Methods in com.querydsl.spatial.locationtech.jts that return JTSLineStringExpressionModifier and TypeMethodDescriptionJTSPolygonExpression.exteriorRing()Returns the exterior ring of this Polygon.JTSLineStringExpression<org.locationtech.jts.geom.LineString>JTSPolygonExpression.interiorRingN(int idx) Returns the N th interior ring for this Polygon as a LineString.static JTSLineStringExpression<org.locationtech.jts.geom.LineString>JTSGeometryExpressions.lineStringOperation(Operator op, Expression<?>... args) Create a new LineString operation expression