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

◆ lwcircstring_as_lwgeom()

LWGEOM * lwcircstring_as_lwgeom ( const LWCIRCSTRING obj)
extern

Definition at line 342 of file lwgeom.c.

343{
344 if ( obj == NULL ) return NULL;
345 return (LWGEOM *)obj;
346}

Referenced by circstring_from_pa(), lwcircstring_release(), lwgeom_construct_empty(), LWGEOM_dumpsegments(), and wkt_parser_circularstring_new().

Here is the caller graph for this function: