| Package | Description |
|---|---|
| org.hibernate.search.engine.search.dsl.predicate |
| Modifier and Type | Method and Description |
|---|---|
default SpatialWithinPredicateOptionsStep |
SpatialWithinPredicateAreaStep.boundingBox(double topLeftLatitude,
double topLeftLongitude,
double bottomRightLatitude,
double bottomRightLongitude)
Require at least one of the targeted fields to point to a location within the given box (~rectangle).
|
SpatialWithinPredicateOptionsStep |
SpatialWithinPredicateAreaStep.boundingBox(GeoBoundingBox boundingBox)
Require at least one of the targeted fields to point to a location within the given box (~rectangle).
|
default SpatialWithinPredicateOptionsStep |
SpatialWithinPredicateAreaStep.circle(double latitude,
double longitude,
double radiusInMeters)
Require at least one of the targeted fields to point to a location within the given circle,
i.e.
|
default SpatialWithinPredicateOptionsStep |
SpatialWithinPredicateAreaStep.circle(double latitude,
double longitude,
double radius,
DistanceUnit unit)
Require at least one of the targeted fields to point to a location within the given circle,
i.e.
|
default SpatialWithinPredicateOptionsStep |
SpatialWithinPredicateAreaStep.circle(GeoPoint center,
double radiusInMeters)
Require at least one of the targeted fields to point to a location within the given circle,
i.e.
|
SpatialWithinPredicateOptionsStep |
SpatialWithinPredicateAreaStep.circle(GeoPoint center,
double radius,
DistanceUnit unit)
Require at least one of the targeted fields to point to a location within the given circle,
i.e.
|
SpatialWithinPredicateOptionsStep |
SpatialWithinPredicateAreaStep.polygon(GeoPolygon polygon)
Require at least one of the targeted fields to point to a location within the given polygon.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.