Re: [SANSELAN] How to write GPS Altitude?

2011-06-23 Thread tonio09
See https://issues.apache.org/jira/browse/SANSELAN-51 -- View this message in context: http://apache-commons.680414.n4.nabble.com/SANSELAN-How-to-write-GPS-Altitude-tp1587685p3619151.html Sent from the Commons - User mailing list archive at Nabble.com

Re: [SANSELAN] How to write GPS Altitude?

2011-06-21 Thread Damjan Jovanovic
. Now > Sanselan reads and writes them fine. Does anyone want the code? Where can I > submit a patch? > > -- > View this message in context: > http://apache-commons.680414.n4.nabble.com/SANSELAN-How-to-write-GPS-Altitude-tp1587685p3614297.html > Sent from the Commons - Us

Re: [SANSELAN] How to write GPS Altitude?

2011-06-21 Thread tonio09
he-commons.680414.n4.nabble.com/SANSELAN-How-to-write-GPS-Altitude-tp1587685p3614297.html Sent from the Commons - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional c

Re: [SANSELAN] How to write GPS Altitude?

2011-06-21 Thread tonio09
Ok, I figured out a way. Just change the field length to 1. It writes as normal. Then when you want to read, it takes a bit more code. Take a look at how it's done in TiffImageMetadata.getGPS() -- View this message in context: http://apache-commons.680414.n4.nabble.com/SANSELAN-How-to-writ

Re: [SANSELAN] How to write GPS Altitude?

2011-06-21 Thread tonio09
I would need to write to GPSImgDescription but it won't let me because of the -1 field length ? :S -- View this message in context: http://apache-commons.680414.n4.nabble.com/SANSELAN-How-to-write-GPS-Altitude-tp1587685p3613803.html Sent from the Commons - User mailing list archive at Nabbl

[SANSELAN] How to write GPS Altitude?

2010-03-10 Thread Anup Shrestha
Hi, Can anyone explain me how to add GPSAltitude and GPSAltitudeRef ? I got confused seeing type length=-1, what does it mean? I am not able to add GPSSpeed as well but I am able to add GPSSpeedRef. Thanks in advance. Regards, Anup Shrestha