static SpatialRelateExpression |
SpatialRestrictions.contains(java.lang.String propertyName,
com.vividsolutions.jts.geom.Geometry value) |
Apply a "spatially contains" constraint to the named property
|
static SpatialRelateExpression |
SpatialRestrictions.crosses(java.lang.String propertyName,
com.vividsolutions.jts.geom.Geometry value) |
Apply a "spatially crosses" constraint to the named property
|
static SpatialRelateExpression |
SpatialRestrictions.disjoint(java.lang.String propertyName,
com.vividsolutions.jts.geom.Geometry value) |
Apply a "spatially disjoint" constraint to the named property
|
static SpatialRelateExpression |
SpatialRestrictions.eq(java.lang.String propertyName,
com.vividsolutions.jts.geom.Geometry value) |
Apply a "spatially equal" constraint to the named property
|
static SpatialRelateExpression |
SpatialRestrictions.intersects(java.lang.String propertyName,
com.vividsolutions.jts.geom.Geometry value) |
Apply a "spatially intersects" constraint to the named property
|
static SpatialRelateExpression |
SpatialRestrictions.overlaps(java.lang.String propertyName,
com.vividsolutions.jts.geom.Geometry value) |
Apply a "spatially overlaps" constraint to the named property
|
static SpatialRelateExpression |
SpatialRestrictions.touches(java.lang.String propertyName,
com.vividsolutions.jts.geom.Geometry value) |
Apply a "spatially touches" constraint to the named property
|
static SpatialRelateExpression |
SpatialRestrictions.within(java.lang.String propertyName,
com.vividsolutions.jts.geom.Geometry value) |
Apply a "spatially within" constraint to the named property
|