Table of Contents

Class NodingValidator

Namespace
NetTopologySuite.Noding
Assembly
NetTopologySuite.dll

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

public class NodingValidator
Inheritance
NodingValidator
Inherited Members

Constructors

NodingValidator(IList<ISegmentString>)

Creates a new validator for the given collection of ISegmentStrings.

public NodingValidator(IList<ISegmentString> segStrings)

Parameters

segStrings IList<ISegmentString>

The seg strings.

Methods

CheckValid()

Checks whether the supplied segment strings are correctly noded. Throws an exception if they are not.

public void CheckValid()