Interface DistanceOperator<R>

Type Parameters:
R - the type of resources (e.g. Feature) to filter.
All Superinterfaces:
Filter<R>, Predicate<R>, SpatialOperator<R>

@UML(identifier="DistanceOperator", specification=ISO_19143) public interface DistanceOperator<R> extends SpatialOperator<R>
Spatial operator that checks that one geometry satisfies some relation to a buffer around another geometry. This could be used to find, for example, all the geometries that come within 10 meters of a river.
Since:
3.1