com.vividsolutions.jts.operation.valid
Class IndexedNestedRingTester
java.lang.Object
com.vividsolutions.jts.operation.valid.IndexedNestedRingTester
public class IndexedNestedRingTester
- extends Object
Tests whether any of a set of LinearRing
s are
nested inside another ring in the set, using a spatial
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 |
IndexedNestedRingTester
public IndexedNestedRingTester(GeometryGraph graph)
getNestedPoint
public Coordinate getNestedPoint()
add
public void add(LinearRing ring)
isNonNested
public boolean isNonNested()
Copyright © 2012. All Rights Reserved.