20 #ifndef GEOS_OP_SWEEPLINENESTEDRINGTESTER_H 21 #define GEOS_OP_SWEEPLINENESTEDRINGTESTER_H 23 #include <geos/export.h> 24 #include <geos/geom/Envelope.h> 26 #include <geos/index/sweepline/SweepLineOverlapAction.h> 27 #include <geos/index/sweepline/SweepLineIndex.h> 33 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class 66 std::vector<geom::LinearRing*> rings;
95 rings.push_back(ring);
100 class OverlapAction:
public index::sweepline::SweepLineOverlapAction {
104 void overlap(index::sweepline::SweepLineInterval *s0,
105 index::sweepline::SweepLineInterval *s1);
119 #endif // GEOS_OP_SWEEPLINENESTEDRINGTESTER_H Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Definition: GeometryGraph.h:73
Tests whether any of a set of LinearRings are nested inside another ring in the set, using an index::sweepline::SweepLineIndex to speed up the comparisons.
Definition: SweeplineNestedRingTester.h:62
A sweepline implements a sorted index on a set of intervals.
Definition: SweepLineIndex.h:47
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Models an OGC SFS LinearRing.
Definition: LinearRing.h:57