public class SimpleNestedRingTester extends Object
LinearRings are nested inside another ring in the set, using a simple O(n^2) comparison.
| Constructor and Description |
|---|
SimpleNestedRingTester(GeometryGraph
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(LinearRing
|
Coordinate |
getNestedPoint()
|
boolean |
isNonNested()
|
public SimpleNestedRingTester(GeometryGraphgraph)
public void add(LinearRingring)
public CoordinategetNestedPoint()
public boolean isNonNested()