Wikipedia:
For example, moving clockwise on a 360° degree circle, a point due east
would have an azimuth of 90°, south 180°, and west 270°.

Example for a south direction:

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

                double azimuth = calc.getAzimuth();

Result: -90.0 but should be 180

Can you please explain how it works?
-- 
View this message in context: 
http://n2.nabble.com/Azimuth-calculation-tp4881875p4881906.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