Definition at line 38 of file cu_boundary.c.
39{
41 "POINT EMPTY",
42 "POINT EMPTY"
43 );
44
46 "POINT(0 0)",
47 "POINT EMPTY"
48 );
49
51 "MULTIPOINT EMPTY",
52 "MULTIPOINT EMPTY"
53 );
54
56 "MULTIPOINT(0 0,10 0)",
57 "MULTIPOINT EMPTY"
58 );
59}
#define BOUNDARY_TEST(wkt_in, wkt_exp)
References BOUNDARY_TEST.
Referenced by boundary_suite_setup().