Search Results for

    Show / Hide Table of Contents

    Class SegmentIntersectionTester

    Tests if any line segments in two sets of CoordinateSequences intersect. Optimized for use when at least one input is of small size. Short-circuited to return as soon an intersection is found.

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

    Methods

    | Edit this page View Source

    HasIntersection(CoordinateSequence, CoordinateSequence)

    Declaration
    public bool HasIntersection(CoordinateSequence seq0, CoordinateSequence seq1)
    Parameters
    Type Name Description
    CoordinateSequence seq0
    CoordinateSequence seq1
    Returns
    Type Description
    bool
    | Edit this page View Source

    HasIntersectionWithLineStrings(CoordinateSequence, ICollection<Geometry>)

    Declaration
    public bool HasIntersectionWithLineStrings(CoordinateSequence seq, ICollection<Geometry> lines)
    Parameters
    Type Name Description
    CoordinateSequence seq
    ICollection<Geometry> lines
    Returns
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX