Uses of Enum Class
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. 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 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.definition.spi
Fields in org.hibernate.search.engine.search.projection.definition.spi declared as DistanceUnitConstructors in org.hibernate.search.engine.search.projection.definition.spi with parameters of type DistanceUnitModifierConstructorDescriptionMultiValued(String fieldPath, String parameterName, DistanceUnit unit) Deprecated.SingleValued(String fieldPath, String parameterName, DistanceUnit unit) Deprecated.WrappedValued(String fieldPath, String parameterName, DistanceUnit unit, ProjectionCollector.Provider<Double, C> collector) -
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 class with the specified name.static DistanceUnit[]DistanceUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.