PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
lwtype_multitype()
uint8_t
lwtype_multitype
(
uint8_t
type
)
Definition at line
361
of file
lwgeom.c
.
362
{
363
if
(
type
> 15)
return
0;
364
return
MULTITYPE
[
type
];
365
}
MULTITYPE
uint8_t MULTITYPE[NUMTYPES]
Look-up for the correct MULTI* type promotion for singleton types.
Definition:
lwgeom.c:345
ovdump.type
type
Definition:
ovdump.py:41
References
MULTITYPE
, and
ovdump::type
.
liblwgeom
liblwgeom.h
Generated by
1.9.1