I'm aware of a ray casting methodology, however, this doesn't work for situated points along vertices and it only tests for the inclusion of a point inside of one polygon.
Is there a better way to do this other than just iterating the ray casting methodology along every polygon?
Thoughts and suggestions are welcome.