Uses of Class
com.querydsl.spatial.locationtech.jts.JTSGeometryExpression
Packages that use JTSGeometryExpression
-
Uses of JTSGeometryExpression in com.querydsl.spatial.locationtech.jts
Subclasses of JTSGeometryExpression in com.querydsl.spatial.locationtech.jtsModifier and TypeClassDescriptionclass
JTSCurveExpression<T extends org.locationtech.jts.geom.Geometry>
A Curve is a 1-dimensional geometric object usually stored as a sequence of Points, with the subtype of Curve specifying the form of the interpolation between Points.class
JTSGeometryCollectionExpression<T extends org.locationtech.jts.geom.GeometryCollection>
A Geometry collection is a geometric object that is a collection of some number of geometric objects.class
JTSGeometryCollectionPath<T extends org.locationtech.jts.geom.GeometryCollection>
class
JTSGeometryOperation<T extends org.locationtech.jts.geom.Geometry>
class
JTSGeometryPath<T extends org.locationtech.jts.geom.Geometry>
class
JTSLinearRingExpression<T extends org.locationtech.jts.geom.LineString>
A LinearRing is a LineString that is both closed and simple.class
JTSLinearRingPath<T extends org.locationtech.jts.geom.LinearRing>
class
JTSLineExpression<T extends org.locationtech.jts.geom.LineString>
A Line is a LineString with exactly 2 Points.class
JTSLineStringExpression<T extends org.locationtech.jts.geom.LineString>
A LineString is a Curve with linear interpolation between Points.class
JTSLineStringOperation<T extends org.locationtech.jts.geom.LineString>
class
JTSLineStringPath<T extends org.locationtech.jts.geom.LineString>
class
JTSMultiCurveExpression<T extends org.locationtech.jts.geom.GeometryCollection>
A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves.class
JTSMultiLineStringExpression<T extends org.locationtech.jts.geom.MultiLineString>
A MultiLineString is a MultiCurve whose elements are LineStrings.class
JTSMultiLineStringPath<T extends org.locationtech.jts.geom.MultiLineString>
class
JTSMultiPointExpression<T extends org.locationtech.jts.geom.MultiPoint>
A MultiPoint is a 0-dimensional GeometryCollection.class
JTSMultiPointPath<T extends org.locationtech.jts.geom.MultiPoint>
class
JTSMultiPolygonExpression<T extends org.locationtech.jts.geom.MultiPolygon>
A MultiPolygon is a MultiSurface whose elements are Polygons.class
JTSMultiPolygonPath<T extends org.locationtech.jts.geom.MultiPolygon>
class
JTSMultiSurfaceExpression<T extends org.locationtech.jts.geom.GeometryCollection>
A MultiSurface is a 2-dimensional GeometryCollection whose elements are Surfaces, all using coordinates from the same coordinate reference system.class
JTSPointExpression<T extends org.locationtech.jts.geom.Point>
A Point is a 0-dimensional geometric object and represents a single location in coordinate space.class
JTSPointOperation<T extends org.locationtech.jts.geom.Point>
class
JTSPointPath<T extends org.locationtech.jts.geom.Point>
class
JTSPolygonExpression<T extends org.locationtech.jts.geom.Polygon>
A Polygon is a planar Surface defined by 1 exterior boundary and 0 or more interior boundaries.class
JTSPolygonOperation<T extends org.locationtech.jts.geom.Polygon>
class
JTSPolygonPath<T extends org.locationtech.jts.geom.Polygon>
class
JTSSurfaceExpression<T extends org.locationtech.jts.geom.Geometry>
A Surface is a 2-dimensional geometric object.Methods in com.querydsl.spatial.locationtech.jts that return JTSGeometryExpressionModifier and TypeMethodDescriptionstatic <T extends org.locationtech.jts.geom.Geometry>
JTSGeometryExpression<T>JTSGeometryExpressions.asJTSGeometry
(Expression<T> expr) Create a new JTSGeometryExpressionstatic <T extends org.locationtech.jts.geom.Geometry>
JTSGeometryExpression<T>JTSGeometryExpressions.asJTSGeometry
(T value) Create a new JTSGeometryExpressionJTSGeometryExpression<org.locationtech.jts.geom.Geometry>
JTSGeometryExpression.boundary()
Returns the closure of the combinatorial boundary of this geometric objectJTSGeometryExpression<org.locationtech.jts.geom.Geometry>
JTSGeometryExpression.buffer
(double distance) Returns a geometric object that represents all Points whose distance from this geometric object is less than or equal to distance.static JTSGeometryExpression<?>
JTSGeometryExpressions.collect
(Expression<? extends org.locationtech.jts.geom.Geometry> expr1, Expression<? extends org.locationtech.jts.geom.Geometry> expr2) Return a specified ST_Geometry value from a collection of other geometries.static JTSGeometryExpression<?>
JTSGeometryExpressions.collect
(Expression<? extends org.locationtech.jts.geom.GeometryCollection> collection) Return a specified ST_Geometry value from a collection of other geometries.JTSGeometryExpression<org.locationtech.jts.geom.Geometry>
JTSGeometryExpression.convexHull()
Returns a geometric object that represents the convex hull of this geometric object.JTSGeometryExpression<org.locationtech.jts.geom.Geometry>
JTSGeometryExpression.difference
(Expression<? extends org.locationtech.jts.geom.Geometry> geometry) Returns a geometric object that represents the Point set difference of this geometric object with anotherGeometry.JTSGeometryExpression<org.locationtech.jts.geom.Geometry>
JTSGeometryExpression.difference
(org.locationtech.jts.geom.Geometry geometry) Returns a geometric object that represents the Point set difference of this geometric object with anotherGeometry.JTSGeometryExpression<org.locationtech.jts.geom.Geometry>
JTSGeometryExpression.envelope()
The minimum bounding box for this Geometry, returned as a Geometry.static JTSGeometryExpression<?>
JTSGeometryExpressions.extent
(Expression<? extends org.locationtech.jts.geom.GeometryCollection> collection) Returns the bounding box that bounds rows of geometries.static JTSGeometryExpression<?>
JTSGeometryExpressions.fromText
(Expression<String> text) Return a specified ST_Geometry value from Well-Known Text representation (WKT).static JTSGeometryExpression<?>
Return a specified ST_Geometry value from Well-Known Text representation (WKT).JTSGeometryExpression<org.locationtech.jts.geom.Geometry>
Returns the Nth geometry in this GeometryCollection.static JTSGeometryExpression<org.locationtech.jts.geom.Geometry>
JTSGeometryExpressions.geometryOperation
(Operator op, Expression<?>... args) Create a new Geometry operation expressionstatic <T extends org.locationtech.jts.geom.Geometry>
JTSGeometryExpression<T>JTSGeometryExpressions.geometryOperation
(Class<? extends T> type, Operator op, Expression<?>... args) Create a new Geometry operation expressionJTSGeometryExpression<org.locationtech.jts.geom.Geometry>
JTSGeometryExpression.intersection
(Expression<? extends org.locationtech.jts.geom.Geometry> geometry) Returns a geometric object that represents the Point set intersection of this geometric object with anotherGeometry.JTSGeometryExpression<org.locationtech.jts.geom.Geometry>
JTSGeometryExpression.intersection
(org.locationtech.jts.geom.Geometry geometry) Returns a geometric object that represents the Point set intersection of this geometric object with anotherGeometry.static <T extends org.locationtech.jts.geom.Geometry>
JTSGeometryExpression<T>JTSGeometryExpressions.setSRID
(Expression<T> expr, int srid) Sets the SRID on a geometry to a particular integer value.JTSGeometryExpression<org.locationtech.jts.geom.Geometry>
JTSGeometryExpression.symDifference
(Expression<? extends org.locationtech.jts.geom.Geometry> geometry) Returns a geometric object that represents the Point set symmetric difference of this geometric object with anotherGeometry.JTSGeometryExpression<org.locationtech.jts.geom.Geometry>
JTSGeometryExpression.symDifference
(org.locationtech.jts.geom.Geometry geometry) Returns a geometric object that represents the Point set symmetric difference of this geometric object with anotherGeometry.JTSGeometryExpression<org.locationtech.jts.geom.Geometry>
JTSGeometryExpression.transform
(int srid) static <T extends org.locationtech.jts.geom.Geometry>
JTSGeometryExpression<T>JTSGeometryExpressions.translate
(Expression<T> expr, float deltax, float deltay) Translates the geometry to a new location using the numeric parameters as offsets.static <T extends org.locationtech.jts.geom.Geometry>
JTSGeometryExpression<T>JTSGeometryExpressions.translate
(Expression<T> expr, float deltax, float deltay, float deltaz) Translates the geometry to a new location using the numeric parameters as offsets.JTSGeometryExpression<org.locationtech.jts.geom.Geometry>
JTSGeometryExpression.union
(Expression<? extends org.locationtech.jts.geom.Geometry> geometry) Returns a geometric object that represents the Point set union of this geometric object with anotherGeometry.JTSGeometryExpression<org.locationtech.jts.geom.Geometry>
JTSGeometryExpression.union
(org.locationtech.jts.geom.Geometry geometry) Returns a geometric object that represents the Point set union of this geometric object with anotherGeometry.Methods in com.querydsl.spatial.locationtech.jts with parameters of type JTSGeometryExpressionModifier and TypeMethodDescriptionstatic StringExpression
JTSGeometryExpressions.asEWKT
(JTSGeometryExpression<?> expr) Return a specified ST_Geometry value from Extended Well-Known Text representation (EWKT).static NumberExpression<Double>
JTSGeometryExpressions.xmax
(JTSGeometryExpression<?> expr) Returns X maxima of a bounding box 2d or 3d or a geometry.static NumberExpression<Double>
JTSGeometryExpressions.xmin
(JTSGeometryExpression<?> expr) Returns X minima of a bounding box 2d or 3d or a geometry.static NumberExpression<Double>
JTSGeometryExpressions.ymax
(JTSGeometryExpression<?> expr) Returns Y maxima of a bounding box 2d or 3d or a geometry.static NumberExpression<Double>
JTSGeometryExpressions.ymin
(JTSGeometryExpression<?> expr) Returns Y minima of a bounding box 2d or 3d or a geometry.