Search Results for

    Show / Hide Table of Contents

    Class NodingValidator

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

    Inheritance
    object
    NodingValidator
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Noding
    Assembly: NetTopologySuite.dll
    Syntax
    public class NodingValidator

    Constructors

    | Edit this page View Source

    NodingValidator(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

    | Edit this page View Source

    CheckValid()

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

    Declaration
    public void CheckValid()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX