PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ out_encoded_polyline_test_geoms()

static void out_encoded_polyline_test_geoms ( void  )
static

Definition at line 35 of file cu_out_encoded_polyline.c.

36{
37 /* Magic Linestring */
39 "SRID=4326;LINESTRING(33.6729 38.7071,33.6692 38.701,"
40 "33.6673 38.6972,33.6626 38.6871)",
41 5,
42 "k~fkFsvolEbe@bVvVzJb~@j\\");
43
44 /* Linestring */
46 "LINESTRING(-120.2 38.5,-120.95 40.7,-126.453 43.252)",
47 5,
48 "_p~iF~ps|U_ulLnnqC_mqNvxq`@");
49 do_encoded_polyline_test("LINESTRING EMPTY", 5, "");
50
51 /* MultiPoint */
53 "MULTIPOINT(-120.2 38.5,-120.95 40.7)", 5, "_p~iF~ps|U_ulLnnqC");
54 do_encoded_polyline_test("MULTIPOINT EMPTY", 5, "");
55}
static void do_encoded_polyline_test(char *in, int precision, char *out)

References do_encoded_polyline_test().

Referenced by out_encoded_polyline_suite_setup().

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