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 aGeoPointin 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 NRequire 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 TypeMethodDescriptionvoidSpatialWithinCirclePredicateBuilder.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 GeoPointModifier and TypeMethodDescriptionProject on the distance from the center to aGeoPointfield.default DistanceToFieldProjectionValueStep<?, Double> TypedSearchProjectionFactory.distance(DistanceProjectionFieldReference<? super SR> fieldReference, GeoPoint center) Project on the distance from the center to aGeoPointfield. -
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 TypeMethodDescriptiondefault DistanceSortOptionsStep<SR, ?, PDF> ExtendedSearchSortFactory.distance(DistanceSortFieldReference<? super SR> fieldReference, GeoPoint location) DistanceSortOptionsStep<?, ?, ? extends SearchPredicateFactory> Order elements by the distance from the location stored in the specified field to the location specified.DistanceSortOptionsStep<SR, ?, ? extends TypedSearchPredicateFactory<SR>> Order elements by the distance from the location stored in the specified field to the location specified.default DistanceSortOptionsStep<SR, ?, ? extends TypedSearchPredicateFactory<SR>> TypedSearchSortFactory.distance(DistanceSortFieldReference<? super SR> fieldReference, GeoPoint location) 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 GeoPoint -
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 GeoPointGeoPoint.of(double latitude, double longitude) Create aGeoPointfrom 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 GeoBoundingBoxCreate aGeoBoundingBoxfrom the top-left and bottom-right corners.static GeoPolygonGeoPolygon.of(GeoPoint firstPoint, GeoPoint secondPoint, GeoPoint thirdPoint, GeoPoint fourthPoint, GeoPoint... additionalPoints) Create aGeoPolygonfrom points.Method parameters in org.hibernate.search.engine.spatial with type arguments of type GeoPoint