T - the type for which this predicate can be instantiatedpublic interface GeoJSONQueryModel<T> extends QueryModel<T>, OptionalQueryModel<T>
GeoJSON objects.| Modifier and Type | Method and Description |
|---|---|
QueryPredicate<T> |
withinCircle(Point center,
Double radius)
Creates a predicate for the
within predicate for fields of type GeoJSON. |
getParent, getPathSegmentisNotPresent, isPresentQueryPredicate<T> withinCircle(Point center, Double radius)
within predicate for fields of type GeoJSON.center - the center pont (longitude, latitude)radius - the radius of the circle