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