Definition at line 973 of file gserialized2.c.
984 lwerror(
"Dimensions mismatch in lwcircstring");
991 memcpy(loc, &
type,
sizeof(uint32_t));
992 loc +=
sizeof(uint32_t);
996 loc +=
sizeof(uint32_t);
1006 return (
size_t)(loc - buf);
#define FLAGS_GET_ZM(flags)
void void lwerror(const char *fmt,...) __attribute__((format(printf
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 CIRCSTRINGTYPE, POINTARRAY::flags, LWCIRCSTRING::flags, FLAGS_GET_ZM, getPoint_internal(), lwerror(), POINTARRAY::npoints, LWCIRCSTRING::points, ptarray_point_size(), and ovdump::type.
Referenced by gserialized2_from_lwgeom_any().