public class SpatialProjections extends Object
| 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)
The extent of a set of Geometrys is the union of their bounding boxes.
propertyName - The property to use for calculating the extentCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.