PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ out_kml_test_dims()

static void out_kml_test_dims ( void  )
static

Definition at line 105 of file cu_out_kml.c.

106 {
107  /* 3D */
108  do_kml_test(
109  "POINT(0 1 2)",
110  "<Point><coordinates>0,1,2</coordinates></Point>",
111  0);
112 
113  /* 3DM */
114  do_kml_test(
115  "POINTM(0 1 2)",
116  "<Point><coordinates>0,1</coordinates></Point>",
117  0);
118 
119  /* 4D */
120  do_kml_test(
121  "POINT(0 1 2 3)",
122  "<Point><coordinates>0,1,2</coordinates></Point>",
123  0);
124 }
static void do_kml_test(char *in, char *out, int precision)
Definition: cu_out_kml.c:20

References do_kml_test().

Referenced by out_kml_suite_setup().

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