Uses of Interface
org.hibernate.search.engine.spatial.GeoPolygon
-
Packages that use GeoPolygon Package Description org.hibernate.search.engine.search.predicate.dsl org.hibernate.search.engine.search.predicate.spi org.hibernate.search.engine.spatial -
-
Uses of GeoPolygon in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type GeoPolygon Modifier and Type Method Description N
SpatialWithinPredicateAreaStep. polygon(GeoPolygon polygon)
Require at least one of the targeted fields to point to a location within the given polygon. -
Uses of GeoPolygon in org.hibernate.search.engine.search.predicate.spi
Methods in org.hibernate.search.engine.search.predicate.spi with parameters of type GeoPolygon Modifier and Type Method Description void
SpatialWithinPolygonPredicateBuilder. polygon(GeoPolygon polygon)
-
Uses of GeoPolygon in org.hibernate.search.engine.spatial
Methods in org.hibernate.search.engine.spatial that return GeoPolygon Modifier and Type Method Description static GeoPolygon
GeoPolygon. of(List<GeoPoint> points)
Create aGeoPolygon
from a list of points.static GeoPolygon
GeoPolygon. of(GeoPoint firstPoint, GeoPoint secondPoint, GeoPoint thirdPoint, GeoPoint fourthPoint, GeoPoint... additionalPoints)
Create aGeoPolygon
from points.
-