public class SimpleNestedRingTester extends Object
LinearRing
s are
nested inside another ring in the set, using a simple O(n^2)
comparison.Constructor and Description |
---|
SimpleNestedRingTester(GeometryGraph graph) |
Modifier and Type | Method and Description |
---|---|
void |
add(LinearRing ring) |
Coordinate |
getNestedPoint() |
boolean |
isNonNested() |
public SimpleNestedRingTester(GeometryGraph graph)
public void add(LinearRing ring)
public Coordinate getNestedPoint()
public boolean isNonNested()
Copyright © 2016. All rights reserved.