Search Results for

    Show / Hide Table of Contents

    Class LineSegmentIndex

    An index of LineSegments.

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

    Methods

    | Edit this page View Source

    Add(LineSegment)

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

    Add(TaggedLineString)

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

    Query(LineSegment)

    Declaration
    public IList<LineSegment> Query(LineSegment querySeg)
    Parameters
    Type Name Description
    LineSegment querySeg
    Returns
    Type Description
    IList<LineSegment>
    | Edit this page View Source

    Remove(LineSegment)

    Declaration
    public void Remove(LineSegment seg)
    Parameters
    Type Name Description
    LineSegment seg
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX