Search Results for

    Show / Hide Table of Contents

    Class SweepLineEvent

    Inheritance
    object
    SweepLineEvent
    Implements
    IComparable
    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 SweepLineEvent : IComparable

    Constructors

    | Edit this page View Source

    SweepLineEvent(double, SweepLineEvent, SweepLineInterval)

    Declaration
    public SweepLineEvent(double x, SweepLineEvent insertEvent, SweepLineInterval sweepInt)
    Parameters
    Type Name Description
    double x
    SweepLineEvent insertEvent
    SweepLineInterval sweepInt

    Properties

    | Edit this page View Source

    DeleteEventIndex

    Declaration
    public int DeleteEventIndex { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    InsertEvent

    Declaration
    public SweepLineEvent InsertEvent { get; }
    Property Value
    Type Description
    SweepLineEvent
    | Edit this page View Source

    Interval

    Declaration
    public SweepLineInterval Interval { get; }
    Property Value
    Type Description
    SweepLineInterval
    | Edit this page View Source

    IsDelete

    Declaration
    public bool IsDelete { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    IsInsert

    Declaration
    public bool IsInsert { get; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    CompareTo(object)

    ProjectionEvents are ordered first by their x-value, and then by their eventType. It is important that Insert events are sorted before Delete events, so that items whose Insert and Delete events occur at the same x-value will be correctly handled.

    Declaration
    public int CompareTo(object o)
    Parameters
    Type Name Description
    object o
    Returns
    Type Description
    int

    Implements

    IComparable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX