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 NSpatialWithinPredicateAreaStep. 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 voidSpatialWithinPolygonPredicateBuilder. 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 GeoPolygonGeoPolygon. of(List<GeoPoint> points)Create aGeoPolygonfrom a list of points.static GeoPolygonGeoPolygon. of(GeoPoint firstPoint, GeoPoint secondPoint, GeoPoint thirdPoint, GeoPoint fourthPoint, GeoPoint... additionalPoints)Create aGeoPolygonfrom points.
-