440 LWDEBUGF(4,
"Entering function, buf = %p", buf);
442 LWDEBUGF(4,
"Endian set, buf = %p", buf);
445 LWDEBUGF(4,
"Type set, buf = %p", buf);
450 LWDEBUGF(4,
"SRID set, buf = %p", buf);
454 LWDEBUGF(4,
"Pointarray set, buf = %p", buf);
static uint8_t * empty_to_wkb_buf(const LWGEOM *geom, uint8_t *buf, uint8_t variant)
static int lwgeom_wkb_needs_srid(const LWGEOM *geom, uint8_t variant)
static uint32_t lwgeom_wkb_type(const LWGEOM *geom, uint8_t variant)
static uint8_t * integer_to_wkb_buf(const int ival, uint8_t *buf, uint8_t variant)
static uint8_t * ptarray_to_wkb_buf(const POINTARRAY *pa, uint8_t *buf, uint8_t variant)
static uint8_t * endian_to_wkb_buf(uint8_t *buf, uint8_t variant)
int lwgeom_is_empty(const LWGEOM *geom)
Return true or false depending on whether a geometry is an "empty" geometry (no vertices members) ...
#define LWDEBUGF(level, msg,...)