Definition at line 698 of file lwin_wkt.c.
References COLLECTIONTYPE, lwalloc(), lwcollection_as_lwgeom(), lwcollection_construct(), LWDEBUG, PARSER_ERROR_OTHER, SET_PARSER_ERROR, and SRID_UNKNOWN.
Referenced by yyparse().
702 static int ngeoms = 1;
LWCOLLECTION * lwcollection_construct(uint8_t type, int srid, GBOX *bbox, uint32_t ngeoms, LWGEOM **geoms)
#define LWDEBUG(level, msg)
#define SRID_UNKNOWN
Unknown SRID value.
#define SET_PARSER_ERROR(errno)
void * lwalloc(size_t size)
#define PARSER_ERROR_OTHER
LWGEOM * lwcollection_as_lwgeom(const LWCOLLECTION *obj)