Uses of Enum
org.hibernate.search.engine.spatial.DistanceUnit
Packages that use DistanceUnit
Package
Description
-
Uses of DistanceUnit in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type DistanceUnitModifier and TypeMethodDescriptiondefault 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.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 DistanceUnitModifier and TypeMethodDescriptionvoidSpatialWithinCirclePredicateBuilder.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 DistanceUnitModifier and TypeMethodDescriptionDistanceToFieldProjectionOptionsStep.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 -
Uses of DistanceUnit in org.hibernate.search.engine.spatial
Methods in org.hibernate.search.engine.spatial that return DistanceUnitModifier and TypeMethodDescriptionstatic DistanceUnitReturns 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.