public class Length
extends java.lang.Object
Constructor | Description |
---|---|
Length() |
Modifier and Type | Method | Description |
---|---|---|
static double |
ofLine(CoordinateSequence pts) |
Computes the length of a linestring specified by a sequence of points.
|
public static double ofLine(CoordinateSequence pts)
pts
- the points specifying the linestringCopyright © 2018. All rights reserved.