PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwcircstring_length()

double lwcircstring_length ( const LWCIRCSTRING circ)

Definition at line 276 of file lwcircstring.c.

277 {
278  return lwcircstring_length_2d(circ);
279 }
double lwcircstring_length_2d(const LWCIRCSTRING *circ)
Definition: lwcircstring.c:281

References lwcircstring_length_2d().

Referenced by lwgeom_length().

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