Uses of Enum Class
org.springframework.data.redis.connection.RedisGeoCommands.DistanceUnit
Packages that use RedisGeoCommands.DistanceUnit
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of RedisGeoCommands.DistanceUnit in org.springframework.data.redis.connection
Subclasses with type arguments of type RedisGeoCommands.DistanceUnit in org.springframework.data.redis.connectionMethods in org.springframework.data.redis.connection that return RedisGeoCommands.DistanceUnitModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RedisGeoCommands.DistanceUnit[]
RedisGeoCommands.DistanceUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RedisGeoCommands.DistanceUnit in org.springframework.data.redis.domain.geo
Methods in org.springframework.data.redis.domain.geo with parameters of type RedisGeoCommands.DistanceUnitModifier and TypeMethodDescriptionstatic GeoShape
GeoShape.byBox
(double width, double height, RedisGeoCommands.DistanceUnit distanceUnit) Create a shape used as predicate for geo queries from a bounding box with specified bywidth
andheight
.