com.vividsolutions.jts.geomgraph

Class 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.7

Constructor Summary

EdgeNodingValidator(Collection edges)

Method Summary

void
checkValid()

Constructor Details

EdgeNodingValidator

public EdgeNodingValidator(Collection edges)

Method Details

checkValid

public void checkValid()