Skip to content

How to using with Android Google Maps #47

Answered by bosborn
vTechGIS asked this question in Q&A
Discussion options

You must be logged in to vote

Here is an example of converting a RGB tiff to an Android Bitmap.
For Java, here is an example of converting BufferedImage.

This library is currently only a basic TIFF specification implementation, pulling only those base parts from the Geotiff.js library. Other than field tags, GeoTIFF functionality is not currently implemented. You could try following the origin and resolution implementations to pull that data out.

Some spec info on geotiff tags
http://geotiff.maptools.org/spec/geotiff2.6.html

We use this library in Android, but for a non visualization GeoPackage coverage data extension. We have non tiff image TileProviders that might have some useful tile bounds utilities.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vTechGIS
Comment options

Answer selected by bosborn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants