• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

read geotiff images to get elevation in Android

Ak47syr

Lurker
(sorry for my poor English)

I used to work with GDAL and GeoTools in java to read geotiff files and extract the Geo-Spatial information from it.

But now i work on android project and want to extract elevation from geotiff files at specific lat/lon coordinates, but both gdal and geotools can't help me here (Android) because gdal must be built for NDK and geotools relay on AWT classes which isn't supported in android.

So i search for an (offline) library to read and work with geotiff files in android.

Thanks and wish you good day.
 
Back
Top Bottom