Definition at line 1122 of file cu_geodetic.c.
1123{
1128
1131 pt_to_test.
x = -10.0;
1132 pt_to_test.
y = 50.0;
1136
1137
1141 pt_to_test.
y = 11.0;
1145
1146
1149 pt_to_test.
x = -172.0;
1150 pt_to_test.
y = -13.0;
1154
1155}
char result[OUT_DOUBLE_BUFFER_SIZE]
void lwgeom_free(LWGEOM *geom)
#define LW_PARSER_CHECK_NONE
#define LW_TRUE
Return types for functions with status returns.
LWGEOM * lwgeom_from_wkt(const char *wkt, const char check)
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().