PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwcompound_as_lwgeom()

LWGEOM* lwcompound_as_lwgeom ( const LWCOMPOUND obj)

Definition at line 324 of file lwgeom.c.

325 {
326  if ( obj == NULL ) return NULL;
327  return (LWGEOM *)obj;
328 }