PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwline_length()

double lwline_length ( const LWLINE line)

Definition at line 513 of file lwline.c.

514 {
515  if ( lwline_is_empty(line) )
516  return 0.0;
517  return ptarray_length(line->points);
518 }
int lwline_is_empty(const LWLINE *line)
double ptarray_length(const POINTARRAY *pts)
Find the 3d/2d length of the given POINTARRAY (depending on its dimensionality)
Definition: ptarray.c:1860
POINTARRAY * points
Definition: liblwgeom.h:483

References lwline_is_empty(), LWLINE::points, and ptarray_length().

Referenced by lwgeom_length().

Here is the call graph for this function:
Here is the caller graph for this function: