MULTILINESTRING.
380 LWDEBUG(2,
"Entering lwmultilinestring_from_twkb_state");
388 LWDEBUGF(4,
"Number of geometries %d",ngeoms);
393 for ( i = 0; i < ngeoms; i++ )
397 for ( i = 0; i < ngeoms; i++ )
402 lwerror(
"Unable to add geometry (%p) to collection (%p)", geom, col);
LWGEOM * lwline_as_lwgeom(const LWLINE *obj)
LWCOLLECTION * lwcollection_construct_empty(uint8_t type, int srid, char hasz, char hasm)
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 uint64_t twkb_parse_state_uvarint(twkb_parse_state *s)
static LWLINE * lwline_from_twkb_state(twkb_parse_state *s)
LINESTRING.