Hi all,

I'm trying to calculate some azimuth angle. 

For example

                GeodeticCalculator calc = new GeodeticCalculator();
                calc.setStartingGeographicPoint(0,0);
                calc.setDestinationGeographicPoint(1,0);

                double azimuth = calc.getAzimuth();

Has a result of 90°, but shouln't it be 0° becaus it in north direction?
-- 
View this message in context: 
http://n2.nabble.com/Azimuth-calculation-tp4881875p4881875.html
Sent from the geotools-gt2-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to