Definition at line 567 of file lwin_wkt.c.
References LWGEOM::flags, FLAGS_GET_M, FLAGS_GET_Z, lwcurvepoly_as_lwgeom(), lwcurvepoly_construct_empty(), LWDEBUG, PARSER_ERROR_OTHER, SET_PARSER_ERROR, SRID_UNKNOWN, and wkt_parser_curvepolygon_add_ring().
Referenced by yyparse().
#define LWDEBUG(level, msg)
#define SRID_UNKNOWN
Unknown SRID value.
LWCURVEPOLY * lwcurvepoly_construct_empty(int srid, char hasz, char hasm)
#define FLAGS_GET_Z(flags)
Macros for manipulating the 'flags' byte.
#define SET_PARSER_ERROR(errno)
#define FLAGS_GET_M(flags)
LWGEOM * lwcurvepoly_as_lwgeom(const LWCURVEPOLY *obj)
LWGEOM * wkt_parser_curvepolygon_add_ring(LWGEOM *poly, LWGEOM *ring)
#define PARSER_ERROR_OTHER