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
Post a Comment