Functions for computing length.
More...
#include <Length.h>
Functions for computing length.
- Author
- Martin Davis
◆ ofLine() [1/2]
Computes the length of a linestring specified by a sequence of points.
- Parameters
-
ring | the points specifying the linestring |
- Returns
- the length of the linestring
◆ ofLine() [2/2]
static double geos::algorithm::Length::ofLine |
( |
const std::vector< geom::CoordinateXY > & |
ring | ) |
|
|
static |
Computes the length of a linestring specified by a sequence of points.
- Parameters
-
ring | the points specifying the linestring |
- Returns
- the length of the linestring
The documentation for this class was generated from the following file: