public class GeoBoundingBoxFilter extends BaseFilter
| Constructor and Description |
|---|
GeoBoundingBoxFilter(String field,
GeoLocationPoint topLeftGeoLocationPoint,
GeoLocationPoint bottomRightGeoLocationPoint) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(FilterVisitor<T> filterVisitor) |
GeoLocationPoint |
getBottomRightGeoLocationPoint() |
String |
getField() |
int |
getSortOrder() |
GeoLocationPoint |
getTopLeftGeoLocationPoint() |
getExecutionOption, isCached, setCached, setExecutionOption, toStringpublic GeoBoundingBoxFilter(String field,
GeoLocationPoint topLeftGeoLocationPoint,
GeoLocationPoint bottomRightGeoLocationPoint)
public <T> T accept(FilterVisitor<T> filterVisitor)
public GeoLocationPoint getBottomRightGeoLocationPoint()
public String getField()
public int getSortOrder()
public GeoLocationPoint getTopLeftGeoLocationPoint()