Definition at line 776 of file gserialized1.c.
786 LWDEBUGF(2,
"%s (%p, %p) called", __func__, line, buf);
789 lwerror(
"Dimensions mismatch in lwline");
796 memcpy(loc, &
type,
sizeof(uint32_t));
797 loc +=
sizeof(uint32_t);
801 loc +=
sizeof(uint32_t);
814 return (
size_t)(loc - buf);
#define FLAGS_GET_Z(flags)
#define LWDEBUGF(level, msg,...)
void lwerror(const char *fmt,...)
Write a notice out to the error handler.
static size_t ptarray_point_size(const POINTARRAY *pa)
static uint8_t * getPoint_internal(const POINTARRAY *pa, uint32_t n)
References POINTARRAY::flags, LWLINE::flags, FLAGS_GET_Z, getPoint_internal(), LINETYPE, LWDEBUGF, lwerror(), POINTARRAY::npoints, LWLINE::points, ptarray_point_size(), and ovdump::type.
Referenced by gserialized1_from_lwgeom_any().