Definition at line 561 of file cu_geodetic.c.
569 printf(
"BAD WKT FOUND in test_edge_intersects:\n %s\n\n", wkt);
#define LW_PARSER_CHECK_NONE
int getPoint2d_p(const POINTARRAY *pa, uint32_t n, POINT2D *point)
LWGEOM * lwgeom_from_wkt(const char *wkt, const char check)
void lwline_free(LWLINE *line)
void geographic_point_init(double lon, double lat, GEOGRAPHIC_POINT *g)
Initialize a geographic point.
void geog2cart(const GEOGRAPHIC_POINT *g, POINT3D *p)
Convert spherical coordinates to cartesian coordinates on unit sphere.
Point in spherical coordinates on the world.
References geog2cart(), geographic_point_init(), getPoint2d_p(), LW_PARSER_CHECK_NONE, lwgeom_from_wkt(), lwline_free(), LWLINE::points, POINT2D::x, and POINT2D::y.
Referenced by test_edge_intersects().