Package | Description |
---|---|
org.hibernate.search.engine.search.dsl.predicate | |
org.hibernate.search.engine.search.predicate.spi | |
org.hibernate.search.engine.spatial |
Modifier and Type | Method and Description |
---|---|
SearchPredicateTerminalContext |
SpatialWithinPredicateFieldSetContext.polygon(GeoPolygon polygon)
Require at least one of the targeted fields to point to a location within the given polygon.
|
Modifier and Type | Method and Description |
---|---|
void |
SpatialWithinPolygonPredicateBuilder.polygon(GeoPolygon polygon) |
Modifier and Type | Method and Description |
---|---|
static GeoPolygon |
GeoPolygon.of(GeoPoint firstPoint,
GeoPoint secondPoint,
GeoPoint thirdPoint,
GeoPoint fourthPoint,
GeoPoint... additionalPoints)
Create a
GeoPolygon from points. |
static GeoPolygon |
GeoPolygon.of(List<GeoPoint> points)
Create a
GeoPolygon from a list of points. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.