AUTHOR: bcava@maptech.com ABOUT: Determines if point (x,y) is inside polygon (x1,y1, x2,y2, x3,y3, ... xn,yn) USAGE: RETURNS VARIABLE: INPOLY EXAMPLE: Point is inside outside the polygon. OUTPUTS: Point is inside the polygon. NOTES: - Polygon must have at least 3 sides. - (x,y) points may be (lat,lon) points in decimal degrees