T
- public abstract class JTSGeometryExpression<T extends org.locationtech.jts.geom.Geometry> extends SimpleExpression<T>
hashCode, mixin
Constructor and Description |
---|
JTSGeometryExpression(Expression<T> mixin) |
Modifier and Type | Method and Description |
---|---|
SimpleExpression<byte[]> |
asBinary()
Exports this geometric object to a specific Well-known Binary Representation of
Geometry.
|
StringExpression |
asText()
Exports this geometric object to a specific Well-known Text Representation of Geometry.
|
JTSGeometryExpression<org.locationtech.jts.geom.Geometry> |
boundary()
Returns the closure of the combinatorial boundary of this geometric object
|
JTSGeometryExpression<org.locationtech.jts.geom.Geometry> |
buffer(double distance)
Returns a geometric object that represents all Points whose distance from this geometric
object is less than or equal to distance.
|
BooleanExpression |
contains(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
Returns 1 (TRUE) if this geometric object “spatially contains” anotherGeometry.
|
BooleanExpression |
contains(org.locationtech.jts.geom.Geometry geometry)
Returns 1 (TRUE) if this geometric object “spatially contains” anotherGeometry.
|
JTSGeometryExpression<org.locationtech.jts.geom.Geometry> |
convexHull()
Returns a geometric object that represents the convex hull of this geometric object.
|
BooleanExpression |
crosses(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
Returns 1 (TRUE) if this geometric object “spatially crosses’ anotherGeometry.
|
BooleanExpression |
crosses(org.locationtech.jts.geom.Geometry geometry)
Returns 1 (TRUE) if this geometric object “spatially crosses’ anotherGeometry.
|
JTSGeometryExpression<org.locationtech.jts.geom.Geometry> |
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> |
difference(org.locationtech.jts.geom.Geometry geometry)
Returns a geometric object that represents the Point
set difference of this geometric object with anotherGeometry.
|
NumberExpression<java.lang.Integer> |
dimension()
The inherent dimension of this geometric object, which must be less than or equal
to the coordinate dimension.
|
BooleanExpression |
disjoint(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
Returns 1 (TRUE) if this geometric object is “spatially disjoint” from anotherGeometry.
|
BooleanExpression |
disjoint(org.locationtech.jts.geom.Geometry geometry)
Returns 1 (TRUE) if this geometric object is “spatially disjoint” from anotherGeometry.
|
NumberExpression<java.lang.Double> |
distance(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
Returns the shortest distance between any two Points in the two geometric objects as
calculated in the spatial reference system of this geometric object.
|
NumberExpression<java.lang.Double> |
distance(org.locationtech.jts.geom.Geometry geometry)
Returns the shortest distance between any two Points in the two geometric objects as
calculated in the spatial reference system of this geometric object.
|
NumberExpression<java.lang.Double> |
distanceSphere(Expression<? extends org.locationtech.jts.geom.Geometry> geometry) |
NumberExpression<java.lang.Double> |
distanceSpheroid(Expression<? extends org.locationtech.jts.geom.Geometry> geometry) |
JTSGeometryExpression<org.locationtech.jts.geom.Geometry> |
envelope()
The minimum bounding box for this Geometry, returned as a Geometry.
|
BooleanExpression |
eq(Expression<? super T> right)
Create a
this == right expression |
BooleanExpression |
eq(org.locationtech.jts.geom.Geometry right)
Create a
this == right expression |
StringExpression |
geometryType()
Returns the name of the instantiable subtype of Geometry of which this
geometric object is an instantiable member.
|
JTSGeometryExpression<org.locationtech.jts.geom.Geometry> |
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> |
intersection(org.locationtech.jts.geom.Geometry geometry)
Returns a geometric object that represents the Point set intersection of this geometric
object with anotherGeometry.
|
BooleanExpression |
intersects(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
Returns 1 (TRUE) if this geometric object “spatially intersects” anotherGeometry.
|
BooleanExpression |
intersects(org.locationtech.jts.geom.Geometry geometry)
Returns 1 (TRUE) if this geometric object “spatially intersects” anotherGeometry.
|
BooleanExpression |
isEmpty()
Returns 1 (TRUE) if this geometric object is the empty Geometry.
|
BooleanExpression |
isSimple()
Returns 1 (TRUE) if this geometric object has no anomalous geometric points, such
as self intersection or self tangency.
|
BooleanExpression |
overlaps(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
Returns 1 (TRUE) if this geometric object “spatially overlaps” anotherGeometry.
|
BooleanExpression |
overlaps(org.locationtech.jts.geom.Geometry geometry)
Returns 1 (TRUE) if this geometric object “spatially overlaps” anotherGeometry.
|
BooleanExpression |
relate(Expression<? extends org.locationtech.jts.geom.Geometry> geometry,
java.lang.String matrix)
Returns 1 (TRUE) if this geometric object is spatially related to anotherGeometry by testing
for intersections between the interior, boundary and exterior of the two geometric objects
as specified by the values in the intersectionPatternMatrix.
|
BooleanExpression |
relate(org.locationtech.jts.geom.Geometry geometry,
java.lang.String matrix)
Returns 1 (TRUE) if this geometric object is spatially related to anotherGeometry by testing
for intersections between the interior, boundary and exterior of the two geometric objects
as specified by the values in the intersectionPatternMatrix.
|
NumberExpression<java.lang.Integer> |
srid()
Returns the Spatial Reference System ID for this geometric object.
|
JTSGeometryExpression<org.locationtech.jts.geom.Geometry> |
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> |
symDifference(org.locationtech.jts.geom.Geometry geometry)
Returns a geometric object that represents the
Point set symmetric difference of this geometric object with anotherGeometry.
|
BooleanExpression |
touches(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
Returns 1 (TRUE) if this geometric object “spatially touches” anotherGeometry.
|
BooleanExpression |
touches(org.locationtech.jts.geom.Geometry geometry)
Returns 1 (TRUE) if this geometric object “spatially touches” anotherGeometry.
|
JTSGeometryExpression<org.locationtech.jts.geom.Geometry> |
transform(int srid) |
JTSGeometryExpression<org.locationtech.jts.geom.Geometry> |
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> |
union(org.locationtech.jts.geom.Geometry geometry)
Returns a geometric object that represents the Point set
union of this geometric object with anotherGeometry.
|
BooleanExpression |
within(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
Returns 1 (TRUE) if this geometric object is “spatially within” anotherGeometry.
|
BooleanExpression |
within(org.locationtech.jts.geom.Geometry geometry)
Returns 1 (TRUE) if this geometric object is “spatially within” anotherGeometry.
|
as, as, count, countDistinct, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
accept
public JTSGeometryExpression(Expression<T> mixin)
public NumberExpression<java.lang.Integer> dimension()
public StringExpression geometryType()
public NumberExpression<java.lang.Integer> srid()
public JTSGeometryExpression<org.locationtech.jts.geom.Geometry> envelope()
public StringExpression asText()
public SimpleExpression<byte[]> asBinary()
public BooleanExpression isEmpty()
public BooleanExpression isSimple()
public JTSGeometryExpression<org.locationtech.jts.geom.Geometry> boundary()
public BooleanExpression eq(org.locationtech.jts.geom.Geometry right)
SimpleExpression
this == right
expression
Use expr.isNull() instead of expr.eq(null)
eq
in class SimpleExpression<T extends org.locationtech.jts.geom.Geometry>
right
- rhs of the comparisonpublic BooleanExpression eq(Expression<? super T> right)
SimpleExpression
this == right
expressioneq
in class SimpleExpression<T extends org.locationtech.jts.geom.Geometry>
right
- rhs of the comparisonpublic BooleanExpression disjoint(org.locationtech.jts.geom.Geometry geometry)
geometry
- other geometrypublic BooleanExpression disjoint(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
geometry
- other geometrypublic BooleanExpression intersects(org.locationtech.jts.geom.Geometry geometry)
geometry
- other geometrypublic BooleanExpression intersects(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
geometry
- other geometrypublic BooleanExpression touches(org.locationtech.jts.geom.Geometry geometry)
geometry
- other geometrypublic BooleanExpression touches(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
geometry
- other geometrypublic BooleanExpression crosses(org.locationtech.jts.geom.Geometry geometry)
geometry
- other geometrypublic BooleanExpression crosses(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
geometry
- other geometrypublic BooleanExpression within(org.locationtech.jts.geom.Geometry geometry)
geometry
- other geometrypublic BooleanExpression within(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
geometry
- other geometrypublic BooleanExpression contains(org.locationtech.jts.geom.Geometry geometry)
geometry
- other geometrypublic BooleanExpression contains(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
geometry
- other geometrypublic BooleanExpression overlaps(org.locationtech.jts.geom.Geometry geometry)
geometry
- other geometrypublic BooleanExpression overlaps(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
geometry
- other geometrypublic BooleanExpression relate(org.locationtech.jts.geom.Geometry geometry, java.lang.String matrix)
geometry
- other geometrymatrix
- matrixpublic BooleanExpression relate(Expression<? extends org.locationtech.jts.geom.Geometry> geometry, java.lang.String matrix)
geometry
- other geometrymatrix
- matrixpublic NumberExpression<java.lang.Double> distance(org.locationtech.jts.geom.Geometry geometry)
geometry
- other geometrypublic NumberExpression<java.lang.Double> distance(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
geometry
- other geometrypublic NumberExpression<java.lang.Double> distanceSphere(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
public NumberExpression<java.lang.Double> distanceSpheroid(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
public JTSGeometryExpression<org.locationtech.jts.geom.Geometry> buffer(double distance)
distance
- distancepublic JTSGeometryExpression<org.locationtech.jts.geom.Geometry> convexHull()
public JTSGeometryExpression<org.locationtech.jts.geom.Geometry> intersection(org.locationtech.jts.geom.Geometry geometry)
geometry
- other geometrypublic JTSGeometryExpression<org.locationtech.jts.geom.Geometry> intersection(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
geometry
- other geometrypublic JTSGeometryExpression<org.locationtech.jts.geom.Geometry> union(org.locationtech.jts.geom.Geometry geometry)
geometry
- other geometrypublic JTSGeometryExpression<org.locationtech.jts.geom.Geometry> union(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
geometry
- other geometrypublic JTSGeometryExpression<org.locationtech.jts.geom.Geometry> difference(org.locationtech.jts.geom.Geometry geometry)
geometry
- other geometrypublic JTSGeometryExpression<org.locationtech.jts.geom.Geometry> difference(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
geometry
- other geometrypublic JTSGeometryExpression<org.locationtech.jts.geom.Geometry> symDifference(org.locationtech.jts.geom.Geometry geometry)
geometry
- other geometrypublic JTSGeometryExpression<org.locationtech.jts.geom.Geometry> symDifference(Expression<? extends org.locationtech.jts.geom.Geometry> geometry)
geometry
- other geometrypublic JTSGeometryExpression<org.locationtech.jts.geom.Geometry> transform(int srid)
Copyright © 2007–2021 Querydsl. All rights reserved.