Definition at line 533 of file cu_tree.c.
537 const char *wktPoly =
"POLYGON EMPTY";
541 wktPoly =
"MULTIPOLYGON EMPTY";
545 wktPoly =
"MULTIPOLYGON(EMPTY, EMPTY, EMPTY)";
550 "MULTIPOLYGON(EMPTY,"
551 "((-10 -10, 6 -10, 7 -10, 7.5 2, 8 -10, 9 -10, 10 -10, 10 10, -10 10, -10 2, -10 2, -10 -10),"
552 "(-5 -5, -5 5, 5 5, 5 -5, -5 -5)))";
576 "((-10 -10, 6 -10, 7 -10, 7.5 2, 8 -10, 9 -10, 10 -10, 10 10, -10 10, -10 2, -10 2, -10 -10),"
577 "(-5 -5, -5 5, 5 5, 5 -5, -5 -5)),"
578 "EMPTY, ((-1 -1, 1 -1, 1 1, -1 1, -1 -1)))";
static void test_itree_once(const char *polyWkt, double x, double y, IntervalTreeResult iexp)
References ITREE_BOUNDARY, ITREE_INSIDE, ITREE_OUTSIDE, and test_itree_once().
Referenced by tree_suite_setup().