Definition at line 1122 of file cu_geodetic.c.
1131 pt_to_test.
x = -10.0;
1132 pt_to_test.
y = 50.0;
1141 pt_to_test.
y = 11.0;
1149 pt_to_test.
x = -172.0;
1150 pt_to_test.
y = -13.0;
char result[OUT_DOUBLE_BUFFER_SIZE]
void lwgeom_free(LWGEOM *geom)
#define LW_PARSER_CHECK_NONE
LWGEOM * lwgeom_from_wkt(const char *wkt, const char check)
#define LW_TRUE
Return types for functions with status returns.
int lwpoly_covers_point2d(const LWPOLY *poly, const POINT2D *pt_to_test)
Given a polygon (lon/lat decimal degrees) and point (lon/lat decimal degrees) and a guaranteed outsid...
References LW_PARSER_CHECK_NONE, LW_TRUE, lwgeom_free(), lwgeom_from_wkt(), lwpoly_covers_point2d(), result, POINT2D::x, and POINT2D::y.
Referenced by geodetic_suite_setup().