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 Details
-
all
GeoResults<T> all()Find all matching elements and return them asGeoResult
.- Returns:
- never null.
-