public interface Geo
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
geoWithinBox(T entity,
BoxPara boxPara,
Condition condition) |
<T> List<T> |
geoWithinCenter(T entity,
CenterPara centerPara,
Condition condition) |
<T> List<T> |
geoWithinCenterSphere(T entity,
CenterPara centerPara,
Condition condition) |
<T> List<T> |
geoWithinPolygon(T entity,
String fieldName,
List<List<Double>> points,
Condition condition) |
<T> List<T> |
near(T entity,
NearPara nearPara,
Condition condition) |
<T> List<T> |
nearSphere(T entity,
NearPara nearPara,
Condition condition) |
<T> List<T> geoWithinPolygon(T entity, String fieldName, List<List<Double>> points, Condition condition)
<T> List<T> geoWithinCenter(T entity, CenterPara centerPara, Condition condition)
<T> List<T> geoWithinCenterSphere(T entity, CenterPara centerPara, Condition condition)
Copyright © 2023. All rights reserved.