Search Results for

    Show / Hide Table of Contents

    Class TaggedLinesSimplifier

    Simplifies a collection of TaggedLineStrings, preserving topology (in the sense that no new intersections are introduced). This class is essentially just a container for the common indexes used by TaggedLineStringSimplifier.

    Inheritance
    object
    TaggedLinesSimplifier
    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 TaggedLinesSimplifier

    Properties

    | Edit this page View Source

    DistanceTolerance

    Gets or sets the distance tolerance for the simplification.
    Points closer than this tolerance to a simplified segment may be removed.

    Declaration
    public double DistanceTolerance { get; set; }
    Property Value
    Type Description
    double

    Methods

    | Edit this page View Source

    Simplify(ICollection<TaggedLineString>)

    Simplifies a collection of TaggedLineStrings.

    Declaration
    public void Simplify(ICollection<TaggedLineString> taggedLines)
    Parameters
    Type Name Description
    ICollection<TaggedLineString> taggedLines

    The collection of lines to simplify.

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