Definition at line 460 of file lwin_wkt.c.
461{
464
465
466 if( ! pa )
467 {
469 return NULL;
470 }
471
473
474
475 if( ! poly )
476 {
478 return NULL;
479 }
480
483}
#define PARSER_ERROR_OTHER
#define FLAGS_GET_Z(flags)
#define FLAGS_GET_M(flags)
LWPOLY * lwpoly_construct_empty(int32_t srid, char hasz, char hasm)
#define SRID_UNKNOWN
Unknown SRID value.
LWGEOM * lwpoly_as_lwgeom(const LWPOLY *obj)
#define LWDEBUG(level, msg)
#define SET_PARSER_ERROR(errno)
LWGEOM * wkt_parser_polygon_add_ring(LWGEOM *poly, POINTARRAY *pa, char dimcheck)
References POINTARRAY::flags, FLAGS_GET_M, FLAGS_GET_Z, LWDEBUG, lwpoly_as_lwgeom(), lwpoly_construct_empty(), PARSER_ERROR_OTHER, SET_PARSER_ERROR, SRID_UNKNOWN, and wkt_parser_polygon_add_ring().