Uses of Class
org.hibernate.spatial.criterion.SpatialFilter
-
Packages that use SpatialFilter Package Description org.hibernate.spatial.criterion -
-
Uses of SpatialFilter in org.hibernate.spatial.criterion
Methods in org.hibernate.spatial.criterion that return SpatialFilter Modifier and Type Method Description static SpatialFilterSpatialRestrictions. filter(String propertyName, com.vividsolutions.jts.geom.Envelope envelope, int srid)Apply a bounding box overlap constraint to the named propertystatic SpatialFilterSpatialRestrictions. filter(String propertyName, com.vividsolutions.jts.geom.Geometry value)Apply a bounding box overlap constraint to the named property
-