Definition at line 432 of file cu_ptarray.c.
433{
434
435
439 int rv;
440
441
444
445
450
451
456
457
462
463
468
469
474
475
479
480
485
486
491
492
497
498
503
504
509
510
515
516
520
521
526
527
531
532
537
538
543
544
549
550
556
558
559
566
568}
static LWGEOM * lwgeom_from_text(const char *str)
void cu_error_msg_reset()
char cu_error_msg[MAX_CUNIT_ERROR_LENGTH+1]
#define ASSERT_STRING_EQUAL(o, e)
void lwcircstring_free(LWCIRCSTRING *curve)
LWCIRCSTRING * lwgeom_as_lwcircstring(const LWGEOM *lwgeom)
#define LW_INSIDE
Constants for point-in-polygon return values.
int ptarrayarc_contains_point(const POINTARRAY *pa, const POINT2D *pt)
For POINTARRAYs representing CIRCULARSTRINGS.
References ASSERT_STRING_EQUAL, cu_error_msg, cu_error_msg_reset(), LW_BOUNDARY, LW_INSIDE, LW_OUTSIDE, lwcircstring_free(), lwgeom_as_lwcircstring(), lwgeom_from_text(), LWCIRCSTRING::points, ptarrayarc_contains_point(), POINT2D::x, and POINT2D::y.
Referenced by ptarray_suite_setup().