Uses of Interface
org.hibernate.search.engine.spatial.GeoBoundingBox
Packages that use GeoBoundingBox
Package
Description
-
Uses of GeoBoundingBox in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type GeoBoundingBoxModifier and TypeMethodDescriptionSpatialWithinPredicateAreaStep.boundingBox(GeoBoundingBox boundingBox) Require at least one of the targeted fields to point to a location within the given box (~rectangle). -
Uses of GeoBoundingBox in org.hibernate.search.engine.search.predicate.spi
Methods in org.hibernate.search.engine.search.predicate.spi with parameters of type GeoBoundingBoxModifier and TypeMethodDescriptionvoidSpatialWithinBoundingBoxPredicateBuilder.boundingBox(GeoBoundingBox boundingBox) -
Uses of GeoBoundingBox in org.hibernate.search.engine.spatial
Methods in org.hibernate.search.engine.spatial that return GeoBoundingBoxModifier and TypeMethodDescriptionstatic GeoBoundingBoxGeoBoundingBox.of(double topLeftLatitude, double topLeftLongitude, double bottomRightLatitude, double bottomRightLongitude) Create aGeoBoundingBoxfrom the latitude and longitude of the top-left and bottom-right corners.static GeoBoundingBoxCreate aGeoBoundingBoxfrom the top-left and bottom-right corners.