PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
int lw_dist2d_line_curvepoly | ( | LWLINE * | line, |
LWCURVEPOLY * | poly, | ||
DISTPTS * | dl | ||
) |
Definition at line 796 of file measures.c.
References DIST_MIN, DISTPTS::distance, getPoint2d_cp(), lw_dist2d_recursive(), LW_FALSE, LW_OUTSIDE, LW_TRUE, lwgeom_contains_point(), DISTPTS::mode, LWCURVEPOLY::nrings, DISTPTS::p1, DISTPTS::p2, LWLINE::points, LWCURVEPOLY::rings, DISTPTS::tolerance, POINT2D::x, and POINT2D::y.
Referenced by lw_dist2d_circstring_curvepoly(), lw_dist2d_circstring_poly(), and lw_dist2d_distribute_bruteforce().