(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.
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.