Class Length

Hierarchy: Object , Length
public class Length
Functions for computing length.
Authors:
Martin Davis
public static double ofLine(CoordinateSequence pts)
Computes the length of a linestring specified by a sequence of points.
Parameters:
pts - pts the points specifying the linestring
Returns:
the length of the linestring