Java org.hibernate.spatial.criterion SpatialRestrictions fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.spatial.criterion SpatialRestrictions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.spatial.criterion SpatialRestrictions.

The text is from its open source code.

Method

SpatialFilterfilter(String propertyName, Geometry value)
Apply a bounding box overlap constraint to the named property
SpatialFilterfilter(String propertyName, Envelope envelope, int srid)
Apply a bounding box overlap constraint to the named property
SpatialRelateExpressionwithin(String propertyName, Geometry value)
Apply a "spatially within" constraint to the named property