JTS Topology Suite version 1.12

com.vividsolutions.jts.operation.valid
Class IndexedNestedRingTester

java.lang.Object
  extended by com.vividsolutions.jts.operation.valid.IndexedNestedRingTester

public class IndexedNestedRingTester
extends java.lang.Object

Tests whether any of a set of LinearRings are nested inside another ring in the set, using a spatial index to speed up the comparisons.

Version:
1.7

Constructor Summary
IndexedNestedRingTester(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

IndexedNestedRingTester

public IndexedNestedRingTester(GeometryGraph graph)
Method Detail

getNestedPoint

public Coordinate getNestedPoint()

add

public void add(LinearRing ring)

isNonNested

public boolean isNonNested()

JTS Topology Suite version 1.12