Definition at line 834 of file gserialized2.c.
844 LWDEBUGF(2,
"%s (%p, %p) called", __func__, line, buf);
847 lwerror(
"Dimensions mismatch in lwline");
854 memcpy(loc, &
type,
sizeof(uint32_t));
855 loc +=
sizeof(uint32_t);
859 loc +=
sizeof(uint32_t);
872 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 gserialized2_from_lwgeom_any().