PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
c_int()
static
uint32_t
c_int
(
enum
mvt_cmd_id
id
,
uint32_t
count
)
inline
static
Definition at line
96
of file
mvt.c
.
Referenced by
encode_ptarray()
.
97
{
98
return
(
id
& 0x7) | (
count
<< 3);
99
}
genraster.count
int count
Definition:
genraster.py:56
Here is the caller graph for this function:
postgis
mvt.c
Generated by
1.8.13