Uses of Interface
org.hibernate.search.engine.spatial.GeoPolygon
Packages that use GeoPolygon
Package
Description
-
Uses of GeoPolygon in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type GeoPolygonModifier and TypeMethodDescriptionSpatialWithinPredicateAreaStep.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 GeoPolygonModifier and TypeMethodDescriptionvoid
SpatialWithinPolygonPredicateBuilder.polygon
(GeoPolygon polygon) -
Uses of GeoPolygon in org.hibernate.search.engine.spatial
Methods in org.hibernate.search.engine.spatial that return GeoPolygonModifier and TypeMethodDescriptionstatic GeoPolygon
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.