Uses of Interface
org.hibernate.search.engine.spatial.GeoPoint
Packages that use GeoPoint
Package
Description
-
Uses of GeoPoint in org.hibernate.search.engine.backend.types.converter.spi
Fields in org.hibernate.search.engine.backend.types.converter.spi with type parameters of type GeoPointModifier and TypeFieldDescriptionstatic final DefaultStringConverters.Converter
<GeoPoint> DefaultStringConverters.GEO_POINT
-
Uses of GeoPoint in org.hibernate.search.engine.backend.types.dsl
Methods in org.hibernate.search.engine.backend.types.dsl that return types with arguments of type GeoPointModifier and TypeMethodDescriptionIndexFieldTypeFactory.asGeoPoint()
Define a field type whose values are represented as aGeoPoint
in Hibernate Search. -
Uses of GeoPoint in org.hibernate.search.engine.cfg.spi
Methods in org.hibernate.search.engine.cfg.spi that return GeoPointMethods in org.hibernate.search.engine.cfg.spi with parameters of type GeoPoint -
Uses of GeoPoint in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type GeoPointModifier and TypeMethodDescriptiondefault N
Require at least one of the targeted fields to point to a location within the given circle, i.e. a location that is at most at the given distance from the given center.SpatialWithinPredicateAreaStep.circle
(GeoPoint center, double radius, DistanceUnit unit) Require at least one of the targeted fields to point to a location within the given circle, i.e. a location that is at most at the given distance from the given center. -
Uses of GeoPoint in org.hibernate.search.engine.search.predicate.spi
Methods in org.hibernate.search.engine.search.predicate.spi with parameters of type GeoPointModifier and TypeMethodDescriptionvoid
SpatialWithinCirclePredicateBuilder.circle
(GeoPoint center, double radius, DistanceUnit unit) -
Uses of GeoPoint in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl with parameters of type GeoPoint -
Uses of GeoPoint in org.hibernate.search.engine.search.projection.dsl.spi
Methods in org.hibernate.search.engine.search.projection.dsl.spi with parameters of type GeoPointModifier and TypeMethodDescription -
Uses of GeoPoint in org.hibernate.search.engine.search.projection.spi
Methods in org.hibernate.search.engine.search.projection.spi with parameters of type GeoPoint -
Uses of GeoPoint in org.hibernate.search.engine.search.sort.dsl
Methods in org.hibernate.search.engine.search.sort.dsl with parameters of type GeoPointModifier and TypeMethodDescriptionDistanceSortOptionsStep
<?, ? extends SearchPredicateFactory> Order elements by the distance from the location stored in the specified field to the location specified.When documents are missing a value on the sort field, use the given value instead. -
Uses of GeoPoint in org.hibernate.search.engine.search.sort.dsl.spi
Methods in org.hibernate.search.engine.search.sort.dsl.spi with parameters of type GeoPointModifier and TypeMethodDescription -
Uses of GeoPoint in org.hibernate.search.engine.search.sort.spi
Methods in org.hibernate.search.engine.search.sort.spi with parameters of type GeoPoint -
Uses of GeoPoint in org.hibernate.search.engine.spatial
Methods in org.hibernate.search.engine.spatial that return GeoPointModifier and TypeMethodDescriptionGeoBoundingBox.bottomRight()
static GeoPoint
GeoPoint.of
(double latitude, double longitude) Create aGeoPoint
from a latitude and a longitude.GeoBoundingBox.topLeft()
Methods in org.hibernate.search.engine.spatial that return types with arguments of type GeoPointMethods in org.hibernate.search.engine.spatial with parameters of type GeoPointModifier and TypeMethodDescriptionstatic GeoBoundingBox
Create aGeoBoundingBox
from the top-left and bottom-right corners.static GeoPolygon
GeoPolygon.of
(GeoPoint firstPoint, GeoPoint secondPoint, GeoPoint thirdPoint, GeoPoint fourthPoint, GeoPoint... additionalPoints) Create aGeoPolygon
from points.Method parameters in org.hibernate.search.engine.spatial with type arguments of type GeoPoint