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

◆ lwcurvepoly_as_lwgeom()

LWGEOM * lwcurvepoly_as_lwgeom ( const LWCURVEPOLY obj)

Definition at line 347 of file lwgeom.c.

348{
349 if ( obj == NULL ) return NULL;
350 return (LWGEOM *)obj;
351}

Referenced by lwgeom_construct_empty(), wkt_parser_curvepolygon_finalize(), and wkt_parser_curvepolygon_new().

Here is the caller graph for this function: