Class NodingValidator
Validates that a collection of ISegmentStrings is correctly noded. Throws an appropriate exception if an noding error is found.
Inherited Members
Namespace: NetTopologySuite.Noding
Assembly: NetTopologySuite.dll
Syntax
public class NodingValidator
Constructors
| Improve this Doc View SourceNodingValidator(IList<ISegmentString>)
Creates a new validator for the given collection of ISegmentStrings.
Declaration
public NodingValidator(IList<ISegmentString> segStrings)
Parameters
Type | Name | Description |
---|---|---|
IList<ISegmentString> | segStrings | The seg strings. |
Methods
| Improve this Doc View SourceCheckValid()
Checks whether the supplied segment strings are correctly noded. Throws an exception if they are not.
Declaration
public void CheckValid()