19 #ifndef GEOS_OP_VALID_OFFSETCURVEVERTEXLIST_H
20 #define GEOS_OP_VALID_OFFSETCURVEVERTEXLIST_H
61 ~IndexedNestedRingTester();
70 getNestedPoint()
const
79 rings.push_back(ring);
90 std::vector<const geom::LinearRing*> rings;
108 #endif // GEOS_OP_VALID_OFFSETCURVEVERTEXLIST_H
Models an OGC SFS LinearRing. A LinearRing is a LineString which is both closed and simple.
Definition: LinearRing.h:54
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:84
Abstract class defines basic insertion and query operations supported by classes implementing spatial...
Definition: SpatialIndex.h:47
A GeometryGraph is a graph that models a given Geometry.
Definition: GeometryGraph.h:73
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,...
Definition: IndexedNestedRingTester.h:49