Search Results for

    Show / Hide Table of Contents

    Class SweepLineIndex

    A sweepline implements a sorted index on a set of intervals. It is used to compute all overlaps between the interval in the index.

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

    Methods

    | Edit this page View Source

    Add(SweepLineInterval)

    Declaration
    public void Add(SweepLineInterval sweepInt)
    Parameters
    Type Name Description
    SweepLineInterval sweepInt
    | Edit this page View Source

    ComputeOverlaps(ISweepLineOverlapAction)

    Declaration
    public void ComputeOverlaps(ISweepLineOverlapAction action)
    Parameters
    Type Name Description
    ISweepLineOverlapAction action
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX