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