sql - SQLite point check if a point is within a polygon -


in sqlite database have rows of latitude , longitude values represent polygon on world map, using sql query possible determine whether provided latitude/longitude value falls within polygon?

sqlite has no such function.

you have implement in code, or extend sqlite spatial library spatialite.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -