PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ out_gml_test_geodetic()

static void out_gml_test_geodetic ( void  )
static

Definition at line 363 of file cu_out_gml.c.

364 {
365  /* GML3 - Geodetic Point */
366  do_gml3_test(
367  "POINT(0 1)",
368  "<gml:Point srsName=\"urn:ogc:def:crs:EPSG::4326\"><gml:pos srsDimension=\"2\">1 0</gml:pos></gml:Point>",
369  "urn:ogc:def:crs:EPSG::4326", 0, 1);
370 
371  /* GML3 - 3D Geodetic Point */
372  do_gml3_test(
373  "POINT(0 1 2)",
374  "<gml:Point srsName=\"urn:ogc:def:crs:EPSG::4326\"><gml:pos srsDimension=\"3\">1 0 2</gml:pos></gml:Point>",
375  "urn:ogc:def:crs:EPSG::4326", 0, 1);
376 }
static void do_gml3_test(char *in, char *out, char *srs, int precision, int is_geodetic)
Definition: cu_out_gml.c:72

References do_gml3_test().

Referenced by out_gml_suite_setup().

Here is the call graph for this function:
Here is the caller graph for this function: