Search Results for

    Show / Hide Table of Contents

    Class OffsetCurveVertexList

    A list of the vertices in a constructed offset curve.

    Inheritance
    object
    OffsetCurveVertexList
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: NetTopologySuite.Operation.Buffer
    Assembly: NetTopologySuite.dll
    Syntax
    public class OffsetCurveVertexList
    Remarks

    Automatically removes close adjacent vertices.

    Constructors

    | Edit this page View Source

    OffsetCurveVertexList()

    Declaration
    public OffsetCurveVertexList()

    Properties

    | Edit this page View Source

    Coordinates

    Gets the Coordinates for the curve.

    Declaration
    public Coordinate[] Coordinates { get; }
    Property Value
    Type Description
    Coordinate[]
    | Edit this page View Source

    MinimumVertexDistance

    The distance below which two adjacent points on the curve are considered to be coincident.

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

    This is chosen to be a small fraction of the offset distance.

    | Edit this page View Source

    PrecisionModel

    Gets/Sets the precision model to use when adding new points.

    Declaration
    public PrecisionModel PrecisionModel { get; set; }
    Property Value
    Type Description
    PrecisionModel

    Methods

    | Edit this page View Source

    AddPt(Coordinate)

    Function to add a point

    Declaration
    public void AddPt(Coordinate pt)
    Parameters
    Type Name Description
    Coordinate pt

    The point to add.

    Remarks

    The point is only added if IsDuplicate(Coordinate) evaluates to false.

    | Edit this page View Source

    CloseRing()

    Automatically closes the ring (if it not alread is).

    Declaration
    public void CloseRing()
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX