PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwcircstring_clone()

LWCIRCSTRING* lwcircstring_clone ( const LWCIRCSTRING curve)

Definition at line 125 of file lwcircstring.c.

References lwline_clone().

Referenced by lwgeom_clone().

126 {
127  return (LWCIRCSTRING *)lwline_clone((LWLINE *)g);
128 }
LWLINE * lwline_clone(const LWLINE *lwgeom)
Definition: lwline.c:102
Here is the call graph for this function:
Here is the caller graph for this function: