PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwgeom_as_lwpsurface()

LWPSURFACE* lwgeom_as_lwpsurface ( const LWGEOM lwgeom)

Definition at line 260 of file lwgeom.c.

261 {
262  if ( lwgeom->type == POLYHEDRALSURFACETYPE )
263  return (LWPSURFACE *)lwgeom;
264  else return NULL;
265 }
#define POLYHEDRALSURFACETYPE
Definition: liblwgeom.h:97
uint8_t type
Definition: liblwgeom.h:399

References POLYHEDRALSURFACETYPE, and LWGEOM::type.