Class Length
Functions for computing length.
Inherited Members
Namespace: NetTopologySuite.Algorithm
Assembly: NetTopologySuite.dll
Syntax
public class Length
Methods
| Improve this Doc 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 |