Class Length
Functions for computing length.
Inherited Members
Namespace: NetTopologySuite.Algorithm
Assembly: NetTopologySuite.dll
Syntax
public class Length
Methods
| Edit this page View SourceOfLine(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 |
Returns
Type | Description |
---|---|
double | The length of the |