Definition at line 1157 of file cu_geodetic.c.
References iowa_data, LW_PARSER_CHECK_NONE, LW_TRUE, lwgeom_free(), lwgeom_from_wkt(), ptarray_contains_point_sphere(), LWPOLY::rings, POINT2D::x, and POINT2D::y.
Referenced by geodetic_suite_setup().
1162 POINT2D pt_outside, pt_to_test;
1165 pt_to_test.
x = -95.900000000000006;
1166 pt_to_test.
y = 42.899999999999999;
1167 pt_outside.
x = -96.381873780830645;
1168 pt_outside.
y = 40.185394449416371;
void lwgeom_free(LWGEOM *geom)
LWGEOM * lwgeom_from_wkt(const char *wkt, const char check)
#define LW_PARSER_CHECK_NONE
int ptarray_contains_point_sphere(const POINTARRAY *pa, const POINT2D *pt_outside, const POINT2D *pt_to_test)
This routine returns LW_TRUE if the stabline joining the pt_outside and pt_to_test crosses the ring a...
#define LW_TRUE
Return types for functions with status returns.