com.vividsolutions.jts.operation.valid
Class SimpleNestedRingTester
java.lang.Object
com.vividsolutions.jts.operation.valid.SimpleNestedRingTester
public class SimpleNestedRingTester
- extends Object
Tests whether any of a set of LinearRing
s are
nested inside another ring in the set, using a simple O(n^2)
comparison.
- Version:
- 1.7
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleNestedRingTester
public SimpleNestedRingTester(GeometryGraph graph)
add
public void add(LinearRing ring)
getNestedPoint
public Coordinate getNestedPoint()
isNonNested
public boolean isNonNested()
Copyright © 2012. All Rights Reserved.