Definition at line 872 of file cu_out_gml.c.
877 "<Box><coordinates>-15,60 -15,60</coordinates></Box>",
881 "<gml:Box><gml:coordinates>-15,60 -15,60</gml:coordinates></gml:Box>",
885 "<Box srsName=\"urn:ogc:def:crs:EPSG::4326\"><coordinates>-15,60 -15,60</coordinates></Box>",
886 "urn:ogc:def:crs:EPSG::4326", 15,
"");
890 "MULTIPOINT(2 3, -5 -6)",
891 "<Box><coordinates>-5,-6 2,3</coordinates></Box>",
896 "LINESTRING(0 1,2 3,4 5)",
897 "<Box><coordinates>0,1 4,5</coordinates></Box>",
902 "MULTILINESTRING((0 1,2 3),(4 5, 10 6))",
903 "<Box><coordinates>0,1 10,6</coordinates></Box>",
908 "POLYGON((1 7,7 14, 14 7, 1 7))",
909 "<Box><coordinates>1,7 14,14</coordinates></Box>",
914 "MULTIPOLYGON(((1 7,7 14, 14 7, 1 7)),((-4 -6, -15 3, 0 0, -4 -6)))",
915 "<Box><coordinates>-15,-6 14,14</coordinates></Box>",
920 "MULTISURFACE(CURVEPOLYGON(CIRCULARSTRING(-2 0,-1 -1,0 0,1 -1,2 0,0 2,-2 0),(-1 0,0 0.5,1 0,0 1,-1 0)),((7 8,10 10,6 14,4 11,7 8)))",
921 "<Box><coordinates>-2,-1 10,14</coordinates></Box>",
926 "GEOMETRYCOLLECTION EMPTY",
932 "GEOMETRYCOLLECTION EMPTY",
933 "<Box srsName=\"urn:ogc:def:crs:EPSG::4326\"/>",
934 "urn:ogc:def:crs:EPSG::4326", 15,
"");
static void do_gml2_extent_test(char *in, char *out, char *srs, double precision, char *prefix)
References do_gml2_extent_test().
Referenced by out_gml_suite_setup().