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

◆ boundary_point()

static void boundary_point ( void  )
static

Definition at line 38 of file cu_boundary.c.

39{
41 "POINT EMPTY",
42 "POINT EMPTY"
43 );
44
46 "POINT(0 0)",
47 "POINT EMPTY"
48 );
49
51 "MULTIPOINT EMPTY",
52 "MULTIPOINT EMPTY" /* debatable return type */
53 );
54
56 "MULTIPOINT(0 0,10 0)",
57 "MULTIPOINT EMPTY" /* debatable return type */
58 );
59}
#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: