Interface SpatialPredicateInitialStep
-
public interface SpatialPredicateInitialStep
The initial step of all spatial predicate definitions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpatialWithinPredicateFieldStep<?>
within()
Match documents where targeted fields point to a location within given bounds: a circle (maximum distance matching), a polygon, a bounding box, ...
-
-
-
Method Detail
-
within
SpatialWithinPredicateFieldStep<?> within()
Match documents where targeted fields point to a location within given bounds: a circle (maximum distance matching), a polygon, a bounding box, ...- Returns:
- The initial step of a DSL allowing the definition of a "within" predicate.
-
-