Package redis.clients.jedis.params
Class GeoSearchParam
java.lang.Object
redis.clients.jedis.params.GeoSearchParam
- All Implemented Interfaces:
IParams
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate booleanprivate booleanprivate GeoCoordinateprivate Integerprivate booleanprivate booleanprivate doubleprivate Stringprivate doubleprivate SortingOrderprivate GeoUnitprivate doubleprivate booleanprivate booleanprivate boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParams(CommandArguments args) asc()count(int count) count(int count, boolean any) desc()fromLonLat(double longitude, double latitude) fromLonLat(GeoCoordinate coord) fromMember(String member) static GeoSearchParamsortingOrder(SortingOrder order) withDist()withHash()
-
Field Details
-
fromMember
private boolean fromMember -
fromLonLat
private boolean fromLonLat -
member
-
coord
-
byRadius
private boolean byRadius -
byBox
private boolean byBox -
radius
private double radius -
width
private double width -
height
private double height -
unit
-
withCoord
private boolean withCoord -
withDist
private boolean withDist -
withHash
private boolean withHash -
count
-
any
private boolean any -
sortingOrder
-
-
Constructor Details
-
GeoSearchParam
public GeoSearchParam()
-
-
Method Details