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

◆ boundary_tin()

static void boundary_tin ( void  )
static

Definition at line 152 of file cu_boundary.c.

153{
155 "TIN EMPTY",
156 "GEOMETRYCOLLECTION EMPTY"
157 );
158
160 "TIN(((0 0,0 -1,-1 1,0 0)))",
161 "LINESTRING(0 0,0 -1,-1 1,0 0)"
162 );
163
165 "TIN(((0 0,0 -1,-1 1,0 0)),((0 0,1 0,0 -1,0 0)))",
166 "MULTILINESTRING((0 0,0 -1,-1 1,0 0),(0 0,1 0,0 -1,0 0))"
167 );
168}
#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: