MULTIPOINT.
342 LWDEBUG(2,
"Entering lwmultipoint_from_twkb_state");
349 LWDEBUGF(4,
"Number of geometries %d", ngeoms);
354 for ( i = 0; i < ngeoms; i++ )
358 for ( i = 0; i < ngeoms; i++ )
363 lwerror(
"Unable to add geometry (%p) to collection (%p)", geom, col);
LWCOLLECTION * lwcollection_construct_empty(uint8_t type, int srid, char hasz, char hasm)
LWGEOM * lwpoint_as_lwgeom(const LWPOINT *obj)
LWCOLLECTION * lwcollection_add_lwgeom(LWCOLLECTION *col, const LWGEOM *geom)
Appends geom to the collection managed by col.
#define SRID_UNKNOWN
Unknown SRID value.
#define LWDEBUG(level, msg)
#define LWDEBUGF(level, msg,...)
void lwerror(const char *fmt,...)
Write a notice out to the error handler.
static void twkb_parse_state_varint_skip(twkb_parse_state *s)
static LWPOINT * lwpoint_from_twkb_state(twkb_parse_state *s)
POINT.
static uint64_t twkb_parse_state_uvarint(twkb_parse_state *s)