Search Results for

    Show / Hide Table of Contents

    Class Length

    Functions for computing length.

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

    Methods

    | Edit this page View Source

    OfLine(CoordinateSequence)

    Computes the length of a LineString specified by a sequence of points.

    Declaration
    public static double OfLine(CoordinateSequence pts)
    Parameters
    Type Name Description
    CoordinateSequence pts

    The points specifying the LineString

    Returns
    Type Description
    double

    The length of the LineString

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