GeoTools & GeoTIFF Help

View: New views
1 Messages — Rating Filter:   Alert me  

GeoTools & GeoTIFF Help

by ami09 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello to everyone,

I’m very new in GeoTools and GeoTiFF and I’ve some problems to create GeoTIFF. Maybe you can help me.

What I want to implement is:

I’ve some data like: latitude, longitude and a value. A value is an “int”-number.
I want to create a GeoTIFF by using of e.g. such methods/functions like this:  saveValue(double lat, double lon, int value) i.e. create a TIFF-Image and save a value on position (lat,lon). After creation of an TIFF-image, it should be possible to read the same data again from the TIFF-Image i.e. lat, lon and the value

My question is: is it possible to implement it with GeoTools and can you explain it to me with an example or do you know any other JAVA-Frameworks, which helps me to solve such problems???

Thanks in advance.

Regards,
Amir