PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lwtype_multitype()

uint8_t lwtype_multitype ( uint8_t  type)

Definition at line 352 of file lwgeom.c.

353 {
354  if (type > 15) return 0;
355  return MULTITYPE[type];
356 }
uint8_t MULTITYPE[NUMTYPES]
Look-up for the correct MULTI* type promotion for singleton types.
Definition: lwgeom.c:336
type
Definition: ovdump.py:42

References MULTITYPE, and ovdump::type.