Definition at line 196 of file cu_out_twkb.c.
197{
198 int64_t idlist[2];
199
200 idlist[0] = 2;
201 idlist[1] = 4;
203
204
207
208
209
210
211
212
213
214
215
216 idlist[0] = 2;
217 idlist[1] = 4;
219
220
223
224
225
226
227
228
229
230
231
232
233 idlist[0] = 2;
234 idlist[1] = 4;
236
237
240
241
242
243
244
245
246
247
248 idlist[0] = 2;
249 idlist[1] = 4;
250 cu_twkb_idlist(
"GEOMETRYCOLLECTION(POINT(1 1),POINT(0 0))",idlist, 0, 0, 0, 0);
251
254
255
256
257
258
259
260
261
262
263 idlist[0] = 2;
264 idlist[1] = 4;
266
269
270}
static void cu_twkb_idlist(char *wkt, int64_t *idlist, 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_idlist(), s, TWKB_BBOX, TWKB_SIZE, and w.
Referenced by twkb_out_suite_setup().