Definition at line 110 of file cu_force_sfs.c.
References do_geom_test(), and force_sfs_suite_setup().
Referenced by force_sfs_suite_setup().
116 "LINESTRING(1 2,3 4)");
119 "POLYGON((1 2,3 4,5 6,1 2))");
121 do_geom_test(
"POLYGON((1 2,3 4,5 6,1 2),(7 8,9 10,11 12,7 8))",
122 "POLYGON((1 2,3 4,5 6,1 2),(7 8,9 10,11 12,7 8))");
125 "MULTIPOINT(1 2,3 4)");
128 "MULTILINESTRING((1 2,3 4),(5 6,7 8))");
130 do_geom_test(
"MULTIPOLYGON(((1 2,3 4,5 6,1 2)),((7 8,9 10,11 12,7 8)))",
131 "MULTIPOLYGON(((1 2,3 4,5 6,1 2)),((7 8,9 10,11 12,7 8)))");
133 do_geom_test(
"MULTIPOLYGON(((1 2,3 4,5 6,1 2),(7 8,9 10,11 12,7 8)),((13 14,15 16,17 18,13 14)))",
134 "MULTIPOLYGON(((1 2,3 4,5 6,1 2),(7 8,9 10,11 12,7 8)),((13 14,15 16,17 18,13 14)))");
136 do_geom_test(
"GEOMETRYCOLLECTION(POINT(1 2),LINESTRING(3 4,5 6))",
137 "GEOMETRYCOLLECTION(POINT(1 2),LINESTRING(3 4,5 6))");
140 "GEOMETRYCOLLECTION EMPTY");
144 "SRID=4326;GEOMETRYCOLLECTION EMPTY");
147 "SRID=4326;POINT(1 2)");
static void do_geom_test(char *in, char *out)