Interface DWithin

All Superinterfaces:
BinarySpatialOperator, DistanceBufferOperator, Filter, MultiValuedFilter, SpatialOperator
All Known Implementing Classes:
DWithinImpl

public interface DWithin extends DistanceBufferOperator
Concrete distance buffer operator that evaluates as true when any part of the first geometry lies within the given distance of the second geometry.
Since:
GeoAPI 2.0
Author:
Chris Dillard (SYS Technologies)