PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#define TYPE_PREC_SET_TYPE | ( | flag, | |
type | |||
) | ((flag) = ((flag) & 0xF0) | (((type) & 0x0F))) |
Macros for manipulating the 'type_precision' int.
An int8_t used as follows: Type 4 bits Precision 4 bits
Definition at line 66 of file lwout_twkb.h.
Referenced by lwgeom_write_to_buffer().