20#ifndef GEOS_OP_SIMPLENESTEDRINGTESTER_H
21#define GEOS_OP_SIMPLENESTEDRINGTESTER_H
23#include <geos/export.h>
30#pragma warning(disable: 4251)
57 std::vector<geom::LinearRing*> rings;
74 rings.push_back(ring);
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
Tests whether any of a set of LinearRings are nested inside another ring in the set,...
Definition SimpleNestedRingTester.h:54
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:26