Interface Intersects

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

public interface Intersects extends BinarySpatialOperator, BoundedSpatialOperator
Concrete binary spatial operator that evaluates to true if the two geometric operands intersect. This is the opposite of the Disjoint operator.
Since:
GeoAPI 2.0
Author:
Chris Dillard (SYS Technologies)