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
}
MULTITYPE
uint8_t MULTITYPE[NUMTYPES]
Look-up for the correct MULTI* type promotion for singleton types.
Definition:
lwgeom.c:336
ovdump.type
type
Definition:
ovdump.py:42
References
MULTITYPE
, and
ovdump::type
.
liblwgeom
lwgeom.c
Generated by
1.9.1