Tagged Questions
6
votes
1answer
297 views
How to get latitude, longitude and altitude database from a GeoTIFF file?
I am developing an AR iOS application. When the iPhone gets the current location, it has to calculate locally the visible point. I want to read the tiff files in my application, and then get the ...
1
vote
0answers
104 views
gdallocationinfo from C++?
I need a C++ API to convert x,y Image Coordinates in their native projection to output image pixel,line coordnates. I see the gdallocationinfo documentation, but no API for it.
Where in online GDAL ...
2
votes
2answers
202 views
C++ coordinate class that automates projection?
Can anyone point me to a C++ class for representing coordinates that automatically handles projection transforms? What I'm thinking of is something that would allow me to create vars that incorporate ...