Search Results for

    Show / Hide Table of Contents

    Class Interval

    A contiguous portion of 1D-space. Used internally by SIRtree.

    Inheritance
    object
    Interval
    Implements
    IIntersectable<Interval>
    IExpandable<Interval>
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Index.Strtree
    Assembly: NetTopologySuite.dll
    Syntax
    public class Interval : IIntersectable<Interval>, IExpandable<Interval>

    Constructors

    | Edit this page View Source

    Interval(Interval)

    Declaration
    public Interval(Interval other)
    Parameters
    Type Name Description
    Interval other
    | Edit this page View Source

    Interval(double, double)

    Declaration
    public Interval(double min, double max)
    Parameters
    Type Name Description
    double min
    double max

    Properties

    | Edit this page View Source

    Centre

    Gets the centre of the interval.

    Declaration
    public double Centre { get; }
    Property Value
    Type Description
    double

    Methods

    | Edit this page View Source

    Equals(object)

    Declaration
    public override bool Equals(object o)
    Parameters
    Type Name Description
    object o
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    | Edit this page View Source

    ExpandToInclude(Interval)

    Declaration
    public void ExpandToInclude(Interval other)
    Parameters
    Type Name Description
    Interval other
    | Edit this page View Source

    ExpandedBy(Interval)

    Declaration
    public Interval ExpandedBy(Interval other)
    Parameters
    Type Name Description
    Interval other
    Returns
    Type Description
    Interval

    this

    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    | Edit this page View Source

    Intersects(Interval)

    Declaration
    public bool Intersects(Interval other)
    Parameters
    Type Name Description
    Interval other
    Returns
    Type Description
    bool

    Implements

    IIntersectable<T>
    IExpandable<T>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX