Click here to Skip to main content
15,893,814 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
In my android app, I have a geo-referenced image which I am going to use as map. So I need to divide it into tiles. For that I want its top left and bottom right image coordinate(x,y) with location coordinate of corresponding image coordinates using java codes which is supported in android. Can anyone help me with the solution.

SQL
Update:
I got image coordinates of top left and bottom right corners but still I am not getting location coordinate (lat/long) of top left and bottom right corner. lat/long are already embedded in the image as it is already geo-referenced can anyone tell me how to fetch lat/long of the corners from image.
Posted
Updated 13-Nov-15 0:31am
v3
Comments
Suvendu Shekhar Giri 4-Nov-15 9:44am    
Anything you have tried so far?
Member 11446249 5-Nov-15 1:43am    
No, till now I have not found any library in android which can do it.
George Jonsson 5-Nov-15 2:34am    
Sometimes there is no library to find, so you actually have to do the code yourself.
You seem to have a pretty good idea of what you need to do, so why not give it a try?

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900