Definition at line 88 of file cu_out_twkb.c.
91 cu_twkb(
"POINT EMPTY", 0, 0, 0, 0);
94 cu_twkb(
"POINT(0 0)", 0, 0, 0, 0);
97 cu_twkb(
"POINT(0 0 0 0)", 0, 0, 0, 0);
118 cu_twkb(
"POINTZ(1 1 1)", 0,1,2, 0);
122 cu_twkb(
"POINTM(1 1 1)", 0,1,2, 0);
static void cu_twkb(char *wkt, int8_t prec_xy, int8_t prec_z, int8_t prec_m, uint8_t variant)
#define ASSERT_STRING_EQUAL(o, e)
References ASSERT_STRING_EQUAL, cu_twkb(), s, TWKB_BBOX, and TWKB_SIZE.
Referenced by twkb_out_suite_setup().