Definition at line 922 of file cu_out_gml.c.
927 "<Box><coordinates>-15,60 -15,60</coordinates></Box>",
931 "<gml:Box><gml:coordinates>-15,60 -15,60</gml:coordinates></gml:Box>",
935 "<Box srsName=\"urn:ogc:def:crs:EPSG::4326\"><coordinates>-15,60 -15,60</coordinates></Box>",
936 "urn:ogc:def:crs:EPSG::4326", 15,
"");
940 "MULTIPOINT(2 3, -5 -6)",
941 "<Box><coordinates>-5,-6 2,3</coordinates></Box>",
946 "LINESTRING(0 1,2 3,4 5)",
947 "<Box><coordinates>0,1 4,5</coordinates></Box>",
952 "MULTILINESTRING((0 1,2 3),(4 5, 10 6))",
953 "<Box><coordinates>0,1 10,6</coordinates></Box>",
958 "POLYGON((1 7,7 14, 14 7, 1 7))",
959 "<Box><coordinates>1,7 14,14</coordinates></Box>",
964 "MULTIPOLYGON(((1 7,7 14, 14 7, 1 7)),((-4 -6, -15 3, 0 0, -4 -6)))",
965 "<Box><coordinates>-15,-6 14,14</coordinates></Box>",
970 "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)))",
971 "<Box><coordinates>-2,-1 10,14</coordinates></Box>",
976 "GEOMETRYCOLLECTION EMPTY",
982 "GEOMETRYCOLLECTION EMPTY",
983 "<Box srsName=\"urn:ogc:def:crs:EPSG::4326\"/>",
984 "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().