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 NSpatialWithinPredicateAreaStep. 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.NSpatialWithinPredicateAreaStep. 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 voidSpatialWithinCirclePredicateBuilder. 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 SDistanceToFieldProjectionOptionsStep. 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 voidDistanceToFieldProjectionBuilder. 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 DistanceUnitDistanceUnit. 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.
-