PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ lwcompound_as_lwgeom()

LWGEOM* lwcompound_as_lwgeom ( const LWCOMPOUND obj)

Definition at line 307 of file lwgeom.c.

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