Interface ExecutableFindOperation.TerminatingFindNear<T>

Enclosing interface:
ExecutableFindOperation

public static interface ExecutableFindOperation.TerminatingFindNear<T>
Trigger geonear execution by calling one of the terminating methods.
Since:
2.0
Author:
Christoph Strobl
  • Method Summary

    Modifier and Type
    Method
    Description
    all()
    Find all matching elements and return them as GeoResult.
  • Method Details

    • all

      GeoResults<T> all()
      Find all matching elements and return them as GeoResult.
      Returns:
      never null.