PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwcircstring_clone()

LWCIRCSTRING* lwcircstring_clone ( const LWCIRCSTRING curve)

Definition at line 124 of file lwcircstring.c.

125 {
126  return (LWCIRCSTRING *)lwline_clone((LWLINE *)g);
127 }
LWLINE * lwline_clone(const LWLINE *lwgeom)
Definition: lwline.c:102

References lwline_clone().

Referenced by lwgeom_clone().

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