I have a repository of images, and I am calling this repository a database. Now in each image folder there are multiple files in which there is a KML files that have "ISO-8859-1" encoding standard. The KML file describes the Latitude, Longitude information of the image.
Now I am going to develop an application that will ask the user to provide its shape-file for image searching. The images that are within that shape-file will show up to the user.
I have no other information regarding each image in repository to uniquely identify it except Latitude and Longitude (of corner and middle points).
So I want to know that how can I search images by shape-file?