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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -