Table of Contents

Class Length

Namespace
NetTopologySuite.Algorithm
Assembly
NetTopologySuite.dll

Functions for computing length.

public class Length
Inheritance
Length
Inherited Members

Constructors

Length()

public Length()

Methods

OfLine(CoordinateSequence)

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

public static double OfLine(CoordinateSequence pts)

Parameters

pts CoordinateSequence

The points specifying the LineString

Returns

double

The length of the LineString