PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ lwgeom_as_lwtin()

LWTIN* lwgeom_as_lwtin ( const LWGEOM lwgeom)

Definition at line 305 of file lwgeom.c.

306 {
307  if ( lwgeom->type == TINTYPE )
308  return (LWTIN *)lwgeom;
309  else return NULL;
310 }
#define TINTYPE
Definition: liblwgeom.h:116
uint8_t type
Definition: liblwgeom.h:462

References TINTYPE, and LWGEOM::type.