Search Results for

    Show / Hide Table of Contents

    Class LineSegmentVisitor

    ItemVisitor subclass to reduce volume of query results.

    Inheritance
    object
    LineSegmentVisitor
    Implements
    IItemVisitor<LineSegment>
    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 LineSegmentVisitor : IItemVisitor<LineSegment>

    Constructors

    | Edit this page View Source

    LineSegmentVisitor(LineSegment)

    Declaration
    public LineSegmentVisitor(LineSegment querySeg)
    Parameters
    Type Name Description
    LineSegment querySeg

    Properties

    | Edit this page View Source

    Items

    Declaration
    public IList<LineSegment> Items { get; }
    Property Value
    Type Description
    IList<LineSegment>

    Methods

    | Edit this page View Source

    VisitItem(LineSegment)

    Declaration
    public void VisitItem(LineSegment item)
    Parameters
    Type Name Description
    LineSegment item

    Implements

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