PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwcircstring_length()

double lwcircstring_length ( const LWCIRCSTRING circ)

Definition at line 283 of file lwcircstring.c.

References lwcircstring_length_2d().

Referenced by lwgeom_length().

284 {
285  return lwcircstring_length_2d(circ);
286 }
double lwcircstring_length_2d(const LWCIRCSTRING *circ)
Definition: lwcircstring.c:288
Here is the call graph for this function:
Here is the caller graph for this function: