PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ test_wkt_out_compoundcurve()

static void test_wkt_out_compoundcurve ( void  )
static

Definition at line 170 of file cu_out_wkt.c.

171 {
172  CU_ASSERT_STRING_EQUAL(
173  cu_wkt("COMPOUNDCURVE((1 2 3 4,4 5 6 7,7 8 9 0),CIRCULARSTRING(7 8 9 0,4 3 2 1,1 2 3 4,4 5 6 7,7 8 9 0))",WKT_ISO),
174  "COMPOUNDCURVE ZM ((1 2 3 4,4 5 6 7,7 8 9 0),CIRCULARSTRING ZM (7 8 9 0,4 3 2 1,1 2 3 4,4 5 6 7,7 8 9 0))"
175  );
176 }
static char * cu_wkt(char *wkt, uint8_t variant)
Definition: cu_out_wkt.c:46
#define WKT_ISO
Definition: liblwgeom.h:2075

References cu_wkt(), and WKT_ISO.

Referenced by wkt_out_suite_setup().

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