com.vividsolutions.jts.geomgraph
Class EdgeNodingValidator

java.lang.Object
  extended bycom.vividsolutions.jts.geomgraph.EdgeNodingValidator

public class EdgeNodingValidator
extends java.lang.Object

Validates that a collection of SegmentStrings is correctly noded. Throws an appropriate exception if an noding error is found.

Version:
1.4.0

Constructor Summary
EdgeNodingValidator(java.util.Collection edges)
           
 
Method Summary
 void checkValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeNodingValidator

public EdgeNodingValidator(java.util.Collection edges)
Method Detail

checkValid

public void checkValid()