PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwgeom_as_lwtin()

LWTIN* lwgeom_as_lwtin ( const LWGEOM lwgeom)

Definition at line 277 of file lwgeom.c.

278 {
279  if ( lwgeom->type == TINTYPE )
280  return (LWTIN *)lwgeom;
281  else return NULL;
282 }
#define TINTYPE
Definition: liblwgeom.h:116
uint8_t type
Definition: liblwgeom.h:462

References TINTYPE, and LWGEOM::type.