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

◆ lwcircstring_clone()

LWCIRCSTRING * lwcircstring_clone ( const LWCIRCSTRING curve)

Definition at line 123 of file lwcircstring.c.

124{
125 return (LWCIRCSTRING *)lwline_clone((LWLINE *)g);
126}
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: