public static class GeoCommands.GeoRadiusArgument extends Object
限定符和类型 | 类和说明 |
---|---|
static class |
GeoCommands.GeoRadiusArgument.Builder |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getCount()
获取返回数量
|
com.buession.lang.Order |
getOrder()
排序方式
|
Boolean |
isWithCoord()
获取是否将位置元素的经度和维度也一并返回
|
Boolean |
isWithDist()
获取是否在返回位置元素的同时,将位置元素与中心之间的距离也一并返回
|
Boolean |
isWithHash()
获取是否返回位置元素经过原始 geohash 编码的有序集合分值
|
String |
toString() |
public Boolean isWithCoord()
public Boolean isWithDist()
public Boolean isWithHash()
public com.buession.lang.Order getOrder()
public Integer getCount()
Copyright © 2022 buession.com Inc.. All rights reserved.