Definition at line 110 of file liblwgeom/cunit/cu_misc.c.
References LW_PARSER_CHECK_ALL, lwfree(), lwgeom_free(), lwgeom_from_hexwkb(), lwgeom_to_wkt(), and WKB_ISO.
Referenced by misc_suite_setup().
112 static char *wkb =
"010A0000000200000001080000000700000000000000000000C00000000000000000000000000000F0BF000000000000F0BF00000000000000000000000000000000000000000000F03F000000000000F0BF000000000000004000000000000000000000000000000000000000000000004000000000000000C00000000000000000010200000005000000000000000000F0BF00000000000000000000000000000000000000000000E03F000000000000F03F00000000000000000000000000000000000000000000F03F000000000000F0BF0000000000000000";
115 CU_ASSERT_STRING_EQUAL(str,
"CURVEPOLYGON(CIRCULARSTRING(-2 0,-1 -1,0 0,1 -1,2 0,0 2,-2 0),(-1 0,0 0.5,1 0,0 1,-1 0))");
char * lwgeom_to_wkt(const LWGEOM *geom, uint8_t variant, int precision, size_t *size_out)
WKT emitter function.
void lwgeom_free(LWGEOM *geom)
LWGEOM * lwgeom_from_hexwkb(const char *hexwkb, const char check)
#define LW_PARSER_CHECK_ALL