Interface SpatialPredicateInitialStep


public interface SpatialPredicateInitialStep
The initial step of all spatial predicate definitions.
  • Method Summary

    Modifier and Type
    Method
    Description
    Match documents where targeted fields point to a location within given bounds: a circle (maximum distance matching), a polygon, a bounding box, ...
  • Method Details

    • 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.