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