PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwtype_multitype()

uint8_t lwtype_multitype ( uint8_t  type)
extern

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

References MULTITYPE.