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

◆ out_encoded_polyline_test_geoms()

static void out_encoded_polyline_test_geoms ( void  )
static

Definition at line 41 of file cu_out_encoded_polyline.c.

42{
43 /* Magic Linestring */
45 "SRID=4326;LINESTRING(33.6729 38.7071,33.6692 38.701,"
46 "33.6673 38.6972,33.6626 38.6871)",
47 5,
48 "k~fkFsvolEbe@bVvVzJb~@j\\");
49
50 /* Linestring */
52 "LINESTRING(-120.2 38.5,-120.95 40.7,-126.453 43.252)",
53 5,
54 "_p~iF~ps|U_ulLnnqC_mqNvxq`@");
55 do_encoded_polyline_test("LINESTRING EMPTY", 5, "");
56
57 /* MultiPoint */
59 "MULTIPOINT(-120.2 38.5,-120.95 40.7)", 5, "_p~iF~ps|U_ulLnnqC");
60 do_encoded_polyline_test("MULTIPOINT EMPTY", 5, "");
61}
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: