PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ 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:93

References lwline_clone().

Referenced by lwgeom_clone().

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