Tests whether a point is within a polygon (including its islands) or not.
- Parameters:
-
| polygon | Input Polygon to test |
| coordinateX | Input X ordinate. |
| coordinateY | Input Y ordinate. |
- Returns:
- Returns TRUE if the point is within polygon or on its boundary, FALSE otherwise.