Interface Overlaps

All Superinterfaces:
BinarySpatialOperator, BoundedSpatialOperator, Filter, MultiValuedFilter, SpatialOperator
All Known Implementing Classes:
OverlapsImpl

public interface Overlaps extends BinarySpatialOperator, BoundedSpatialOperator
Concrete binary spatial operator that evaluates to true if the interior of the first geometry somewhere overlaps the interior of the second geometry.
Since:
GeoAPI 2.0
Author:
Chris Dillard (SYS Technologies)