PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwcompound_as_lwgeom()

LWGEOM* lwcompound_as_lwgeom ( const LWCOMPOUND obj)

Definition at line 283 of file lwgeom.c.

284 {
285  if ( obj == NULL ) return NULL;
286  return (LWGEOM *)obj;
287 }