17#include <geos/export.h>
23class SweepLineInterval;
32class GEOS_DLL SweepLineOverlapAction {
34 virtual void overlap(SweepLineInterval* s0, SweepLineInterval* s1) = 0;
37 ~SweepLineOverlapAction() {}
Contains classes which implement a sweepline algorithm for scanning geometric data structures.
Definition index/sweepline/SweepLineEvent.h:23
Provides classes for various kinds of spatial indexes.
Definition DiscreteFrechetDistance.h:50
Basic namespace for all GEOS functionalities.
Definition geos.h:39