|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.operation.valid.SimpleNestedRingTester
Tests whether any of a set of LinearRing
s are
nested inside another ring in the set, using a simple O(n^2)
comparison.
Constructor Summary | |
SimpleNestedRingTester(GeometryGraph graph)
|
Method Summary | |
void |
add(LinearRing ring)
|
Coordinate |
getNestedPoint()
|
boolean |
isNonNested()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleNestedRingTester(GeometryGraph graph)
Method Detail |
public void add(LinearRing ring)
public Coordinate getNestedPoint()
public boolean isNonNested()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |