Interface Disjoint

All Superinterfaces:
BinarySpatialOperator, Filter, MultiValuedFilter, SpatialOperator
All Known Implementing Classes:
DisjointImpl

public interface Disjoint extends BinarySpatialOperator
Concrete binary spatial operator that evaluates to true if the first operand is disjoint from the second (in the sense defined in the OGC Simple Features specification).
Since:
GeoAPI 2.0
Author:
Chris Dillard (SYS Technologies)