Uses of Class
com.redis.lettucemod.search.querybuilder.GeoValue.Unit
-
Packages that use GeoValue.Unit Package Description com.redis.lettucemod.search.querybuilder -
-
Uses of GeoValue.Unit in com.redis.lettucemod.search.querybuilder
Methods in com.redis.lettucemod.search.querybuilder that return GeoValue.Unit Modifier and Type Method Description static GeoValue.UnitGeoValue.Unit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GeoValue.Unit[]GeoValue.Unit. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.redis.lettucemod.search.querybuilder with parameters of type GeoValue.Unit Constructor Description GeoValue(double lon, double lat, double radius, GeoValue.Unit unit)
-