Torgue ha scritto:
> 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?

http://en.wikipedia.org/wiki/Azimuth

See the definition of azimuth in navigation

Cheers
Andrea

-- 
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

------------------------------------------------------------------------------
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