PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lwline_length()

double lwline_length ( const LWLINE line)

Definition at line 510 of file lwline.c.

511 {
512  if ( lwline_is_empty(line) )
513  return 0.0;
514  return ptarray_length(line->points);
515 }
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:1728
POINTARRAY * points
Definition: liblwgeom.h:469

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: