PostGIS  3.4.0dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

◆ out_kml_test_dims()

static void out_kml_test_dims ( void  )
static

Definition at line 85 of file cu_out_kml.c.

86 {
87  /* 3D */
89  "POINT(0 1 2)",
90  "<Point><coordinates>0,1,2</coordinates></Point>",
91  0);
92 
93  /* 3DM */
95  "POINTM(0 1 2)",
96  "<Point><coordinates>0,1</coordinates></Point>",
97  0);
98 
99  /* 4D */
100  do_kml_test(
101  "POINT(0 1 2 3)",
102  "<Point><coordinates>0,1,2</coordinates></Point>",
103  0);
104 }
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: