PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwcompound_as_lwgeom()

LWGEOM* lwcompound_as_lwgeom ( const LWCOMPOUND obj)

Definition at line 315 of file lwgeom.c.

316 {
317  if ( obj == NULL ) return NULL;
318  return (LWGEOM *)obj;
319 }