Class GeoValue
- java.lang.Object
-
- com.redis.lettucemod.search.querybuilder.Value
-
- com.redis.lettucemod.search.querybuilder.GeoValue
-
public class GeoValue extends Value
Created by mnunberg on 2/23/18.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoValue.Unit
-
Constructor Summary
Constructors Constructor Description GeoValue(double lon, double lat, double radius, GeoValue.Unit unit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCombinable()java.lang.StringtoString()
-
-
-
Constructor Detail
-
GeoValue
public GeoValue(double lon, double lat, double radius, GeoValue.Unit unit)
-
-
Method Detail
-
isCombinable
public boolean isCombinable()
- Overrides:
isCombinablein classValue
-
-