Package | Description |
---|---|
org.hibernate.spatial.criterion |
This extends the criterion API with spatial query expressions.
|
Modifier and Type | Method and Description |
---|---|
static SpatialFilter |
SpatialRestrictions.filter(java.lang.String propertyName,
com.vividsolutions.jts.geom.Envelope envelope,
int srid)
Apply a bounding box overlap constraint to the named property
|
static SpatialFilter |
SpatialRestrictions.filter(java.lang.String propertyName,
com.vividsolutions.jts.geom.Geometry value)
Apply a bounding box overlap constraint to the named property
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.