PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ boundary_triangle()

static void boundary_triangle ( void  )
static

Definition at line 138 of file cu_boundary.c.

139 {
141  "TRIANGLE EMPTY",
142  "LINESTRING EMPTY"
143  );
144 
146  "TRIANGLE((1 1, 0 0, -1 1, 1 1))",
147  "LINESTRING(1 1, 0 0, -1 1, 1 1)"
148  );
149 }
#define BOUNDARY_TEST(wkt_in, wkt_exp)
Definition: cu_boundary.c:20

References BOUNDARY_TEST.

Referenced by boundary_suite_setup().

Here is the caller graph for this function: