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. More...
#include <IndexedNestedRingTester.h>
Public Member Functions | |
IndexedNestedRingTester (geomgraph::GeometryGraph *newGraph) | |
const geom::Coordinate * | getNestedPoint () const |
void | add (const geom::LinearRing *ring) |
bool | isNonNested () |
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.
void geos::operation::valid::IndexedNestedRingTester::add | ( | const geom::LinearRing * | ring | ) | [inline] |
ring | : ownership retained by caller |