PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
int lwpoly_covers_pointarray | ( | const LWPOLY * | lwpoly, |
const POINTARRAY * | pta | ||
) |
return LW_TRUE if all points are inside the polygon
Definition at line 2679 of file lwgeodetic.c.
References getPoint2d_cp(), LW_FALSE, LW_TRUE, LWDEBUG, lwpoly_covers_point2d(), and POINTARRAY::npoints.
Referenced by lwpoly_covers_lwline(), and lwpoly_covers_lwpoly().