Definition at line 433 of file lwout_wkb.c.
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);
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,...)
static uint8_t * ptarray_to_wkb_buf(const POINTARRAY *pa, uint8_t *buf, uint8_t variant)
static int lwgeom_wkb_needs_srid(const LWGEOM *geom, uint8_t variant)
static uint8_t * endian_to_wkb_buf(uint8_t *buf, uint8_t variant)
static uint32_t lwgeom_wkb_type(const LWGEOM *geom, uint8_t variant)
static uint8_t * empty_to_wkb_buf(const LWGEOM *geom, uint8_t *buf, uint8_t variant)
static uint8_t * integer_to_wkb_buf(const int ival, uint8_t *buf, uint8_t variant)
References empty_to_wkb_buf(), endian_to_wkb_buf(), integer_to_wkb_buf(), LWDEBUGF, lwgeom_is_empty(), lwgeom_wkb_needs_srid(), lwgeom_wkb_type(), LWPOINT::point, ptarray_to_wkb_buf(), LWPOINT::srid, variant, WKB_EXTENDED, and WKB_NO_NPOINTS.
Referenced by lwgeom_to_wkb_buf().