Definition at line 1009 of file gserialized2.c.
1023 memcpy(loc, &
type,
sizeof(uint32_t));
1024 loc +=
sizeof(uint32_t);
1027 memcpy(loc, &coll->
ngeoms,
sizeof(uint32_t));
1028 loc +=
sizeof(uint32_t);
1031 for (i = 0; i < coll->
ngeoms; i++)
1034 lwerror(
"Dimensions mismatch in lwcollection");
1039 return (
size_t)(loc - buf);
static size_t gserialized2_from_lwgeom_any(const LWGEOM *geom, uint8_t *buf)
#define FLAGS_GET_ZM(flags)
void void lwerror(const char *fmt,...) __attribute__((format(printf
Write a notice out to the error handler.
References LWGEOM::flags, LWCOLLECTION::flags, FLAGS_GET_ZM, LWCOLLECTION::geoms, gserialized2_from_lwgeom_any(), lwerror(), LWCOLLECTION::ngeoms, LWCOLLECTION::type, and ovdump::type.
Referenced by gserialized2_from_lwgeom_any().