Tests whether any of a set of LinearRings are nested inside another ring in the set, using a simple O(n^2) comparison. More...
#include <SimpleNestedRingTester.h>
Public Member Functions | |
SimpleNestedRingTester (geomgraph::GeometryGraph *newGraph) | |
void | add (geom::LinearRing *ring) |
geom::Coordinate * | getNestedPoint () |
bool | isNonNested () |
Tests whether any of a set of LinearRings are nested inside another ring in the set, using a simple O(n^2) comparison.