Package | Description |
---|---|
org.hibernate.spatial.criterion |
This extends the criterion API with spatial query expressions.
|
Modifier and Type | Method and Description |
---|---|
static SpatialRelateExpression |
SpatialRestrictions.contains(String propertyName,
org.locationtech.jts.geom.Geometry value)
Apply a "spatially contains" constraint to the named property
|
static SpatialRelateExpression |
SpatialRestrictions.crosses(String propertyName,
org.locationtech.jts.geom.Geometry value)
Apply a "spatially crosses" constraint to the named property
|
static SpatialRelateExpression |
SpatialRestrictions.disjoint(String propertyName,
org.locationtech.jts.geom.Geometry value)
Apply a "spatially disjoint" constraint to the named property
|
static SpatialRelateExpression |
SpatialRestrictions.eq(String propertyName,
org.locationtech.jts.geom.Geometry value)
Apply a "spatially equal" constraint to the named property
|
static SpatialRelateExpression |
SpatialRestrictions.intersects(String propertyName,
org.locationtech.jts.geom.Geometry value)
Apply a "spatially intersects" constraint to the named property
|
static SpatialRelateExpression |
SpatialRestrictions.overlaps(String propertyName,
org.locationtech.jts.geom.Geometry value)
Apply a "spatially overlaps" constraint to the named property
|
static SpatialRelateExpression |
SpatialRestrictions.touches(String propertyName,
org.locationtech.jts.geom.Geometry value)
Apply a "spatially touches" constraint to the named property
|
static SpatialRelateExpression |
SpatialRestrictions.within(String propertyName,
org.locationtech.jts.geom.Geometry value)
Apply a "spatially within" constraint to the named property
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.