public class SpatialProjections extends Object
A factory for spatial projections.
| Modifier and Type | Method and Description |
|---|---|
static org.hibernate.criterion.Projection |
extent(String propertyName)
Applies an extent projection to the specified geometry function
|
public static org.hibernate.criterion.Projection extent(String propertyName)
Applies an extent projection to the specified geometry function
<p>The extent of a set of Geometrys is the union of their bounding boxes.</p>
propertyName - The property to use for calculating the extentCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.