Definition at line 88 of file cu_out_twkb.c.
89{
90
91 cu_twkb(
"POINT EMPTY", 0, 0, 0, 0);
93
94 cu_twkb(
"POINT(0 0)", 0, 0, 0, 0);
96
97 cu_twkb(
"POINT(0 0 0 0)", 0, 0, 0, 0);
99
100
103
104
105
108
109
112
113
116
117
118 cu_twkb(
"POINTZ(1 1 1)", 0,1,2, 0);
120
121
122 cu_twkb(
"POINTM(1 1 1)", 0,1,2, 0);
123
125}
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().