Uses of Enum Class
org.springframework.data.redis.connection.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
Modifier 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
Modifier 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
.