Uses of Class
org.hibernate.search.engine.spatial.DistanceUnit
-
-
Uses of DistanceUnit in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type DistanceUnit Modifier and Type Method Description default N
SpatialWithinPredicateAreaStep. circle(double latitude, double longitude, double radius, DistanceUnit unit)
Require at least one of the targeted fields to point to a location within the given circle, i.e.N
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. -
Uses of DistanceUnit in org.hibernate.search.engine.search.predicate.spi
Methods in org.hibernate.search.engine.search.predicate.spi with parameters of type DistanceUnit Modifier and Type Method Description void
SpatialWithinCirclePredicateBuilder. circle(GeoPoint center, double radius, DistanceUnit unit)
-
Uses of DistanceUnit in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl with parameters of type DistanceUnit Modifier and Type Method Description S
DistanceToFieldProjectionOptionsStep. unit(DistanceUnit unit)
Defines the unit of the computed distance (default is meters). -
Uses of DistanceUnit in org.hibernate.search.engine.search.projection.spi
Methods in org.hibernate.search.engine.search.projection.spi with parameters of type DistanceUnit Modifier and Type Method Description void
DistanceToFieldProjectionBuilder. unit(DistanceUnit unit)
-
Uses of DistanceUnit in org.hibernate.search.engine.spatial
Methods in org.hibernate.search.engine.spatial that return DistanceUnit Modifier and Type Method Description static DistanceUnit
DistanceUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static DistanceUnit[]
DistanceUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-