Package org.hibernate.spatial.criterion
Class SpatialProjections
- java.lang.Object
-
- org.hibernate.spatial.criterion.SpatialProjections
-
public class SpatialProjections extends java.lang.Object
A factory for spatial projections.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Projection
extent(java.lang.String propertyName)
Applies an extent projection to the specified geometry function
-
-
-
Method Detail
-
extent
public static Projection extent(java.lang.String propertyName)
Applies an extent projection to the specified geometry functionThe extent of a set of
Geometry
s is the union of their bounding boxes.- Parameters:
propertyName
- The property to use for calculating the extent- Returns:
- an extent-projection for the specified property.
-
-