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

◆ lwcompound_as_lwgeom()

LWGEOM * lwcompound_as_lwgeom ( const LWCOMPOUND obj)

Definition at line 306 of file lwgeom.c.

307{
308 if ( obj == NULL ) return NULL;
309 return (LWGEOM *)obj;
310}