PostGIS
3.0.6dev-r@@SVN_REVISION@@
◆
MVT_PARSE_INT_VALUE
#define MVT_PARSE_INT_VALUE
(
value
)
Value:
{ \
if (
value
>= 0) \
{ \
uint64_t cvalue =
value
; \
MVT_PARSE_VALUE(cvalue,
mvt_kv_uint_value
, \
uint_values_hash, uint_value, \
sizeof
(uint64_t)) \
} \
else \
{ \
int64_t cvalue =
value
; \
MVT_PARSE_VALUE(cvalue,
mvt_kv_sint_value
, \
sint_values_hash, sint_value, \
sizeof
(int64_t)) \
} \
}
genraster.value
int value
Definition:
genraster.py:62
mvt_kv_sint_value
Definition:
mvt.c:99
mvt_kv_uint_value
Definition:
mvt.c:92
Definition at line
493
of file
mvt.c
.
postgis
mvt.c
Generated by
1.9.1