public class DWithinExpression extends Object implements Criterion
Criterion constraining a geometry property to be within a specified distance of a search geometry.| Constructor and Description |
|---|
DWithinExpression(String propertyName,
org.locationtech.jts.geom.Geometry geometry,
double distance)
Constructs an instance
|
| Modifier and Type | Method and Description |
|---|---|
TypedValue[] |
getTypedValues(Criteria criteria,
CriteriaQuery criteriaQuery)
Return typed values for all parameters in the rendered SQL fragment
|
String |
toSqlString(Criteria criteria,
CriteriaQuery criteriaQuery)
Render the SQL fragment
|
public DWithinExpression(String propertyName, org.locationtech.jts.geom.Geometry geometry, double distance)
propertyName - The name of the property being constrainedgeometry - The search geometrydistance - The search distance (in units of the spatial reference system of the search geometry)public String toSqlString(Criteria criteria, CriteriaQuery criteriaQuery) throws HibernateException
CriteriontoSqlString in interface Criterioncriteria - The local criteriacriteriaQuery - The overall criteria queryHibernateException - Problem during rendering.public TypedValue[] getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery) throws HibernateException
CriteriongetTypedValues in interface Criterioncriteria - The local criteriacriteriaQuery - The overall criteria queryHibernateException - Problem determining types.Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.