PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ out_gml_test_geodetic()

static void out_gml_test_geodetic ( void  )
static

Definition at line 313 of file cu_out_gml.c.

314 {
315  /* GML3 - Geodetic Point */
316  do_gml3_test(
317  "POINT(0 1)",
318  "<gml:Point srsName=\"urn:ogc:def:crs:EPSG::4326\"><gml:pos srsDimension=\"2\">1 0</gml:pos></gml:Point>",
319  "urn:ogc:def:crs:EPSG::4326", 0, 1);
320 
321  /* GML3 - 3D Geodetic Point */
322  do_gml3_test(
323  "POINT(0 1 2)",
324  "<gml:Point srsName=\"urn:ogc:def:crs:EPSG::4326\"><gml:pos srsDimension=\"3\">1 0 2</gml:pos></gml:Point>",
325  "urn:ogc:def:crs:EPSG::4326", 0, 1);
326 }
static void do_gml3_test(char *in, char *out, char *srs, int precision, int is_geodetic)
Definition: cu_out_gml.c:54

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: