PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
int ptarray_contains_point | ( | const POINTARRAY * | pa, |
const POINT2D * | pt | ||
) |
Return 1 if the point is inside the POINTARRAY, -1 if it is outside, and 0 if it is on the boundary.
Definition at line 736 of file ptarray.c.
References LW_TRUE, and ptarray_contains_point_partial().
Referenced by lw_dist2d_line_poly(), lw_dist2d_point_poly(), lw_dist2d_poly_poly(), lwcompound_contains_point(), lwgeom_contains_point(), lwpoly_contains_point(), and test_ptarray_contains_point().