15#ifndef GEOS_INDEX_SWEEPLINE_SWEEPLINEINTERVAL_H
16#define GEOS_INDEX_SWEEPLINE_SWEEPLINEINTERVAL_H
18#include <geos/export.h>
24class GEOS_DLL SweepLineInterval {
26 SweepLineInterval(
double newMin,
double newMax,
void* newItem=0);
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 IndexedNestedRingTester.h:31
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25