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)
67 std::vector<geom::LinearRing*> rings;
105 rings.push_back(ring);
110 class OverlapAction:
public index::sweepline::SweepLineOverlapAction {
114 void overlap(index::sweepline::SweepLineInterval* s0,
115 index::sweepline::SweepLineInterval* s1)
override;
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:60
Models an OGC SFS LinearRing. A LinearRing is a LineString which is both closed and simple.
Definition LinearRing.h:54
A GeometryGraph is a graph that models a given Geometry.
Definition GeometryGraph.h:74
A sweepline implements a sorted index on a set of intervals.
Definition SweepLineIndex.h:47
Tests whether any of a set of LinearRings are nested inside another ring in the set,...
Definition SweeplineNestedRingTester.h:63
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:26