20 #ifndef GEOS_OP_VALID_OFFSETCURVEVERTEXLIST_H
21 #define GEOS_OP_VALID_OFFSETCURVEVERTEXLIST_H
79 rings.push_back(ring);
87 geomgraph::GeometryGraph* graph;
90 std::vector<const geom::LinearRing*> rings;
108 #endif // GEOS_OP_VALID_OFFSETCURVEVERTEXLIST_H
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
Abstract class defines basic insertion and query operations supported by classes implementing spatial...
Definition: SpatialIndex.h:48
Models an OGC SFS LinearRing.
Definition: LinearRing.h:58
void add(const geom::LinearRing *ring)
Definition: IndexedNestedRingTester.h:77
Tests whether any of a set of LinearRings are nested inside another ring in the set, using a spatial index to speed up the comparisons.
Definition: IndexedNestedRingTester.h:50