17#include <geos/export.h>
23class SweepLineInterval;
32class GEOS_DLL SweepLineOverlapAction {
34 virtual void overlap(SweepLineInterval* s0, SweepLineInterval* s1) = 0;
37 ~SweepLineOverlapAction() {}
Basic namespace for all GEOS functionalities.
Definition: geos.h:39