I'm working on a Maven project in which I need to calculate the geodetic distance between two points which I know the latitude and longitude in degrees (double).
I know there are utility methods in GeoTools to do that, especially in GeodeticCalculator, but I don't know how I can use them in my project.

- Is there a public maven repository for geotools ?
- What dependencies should I declare in my POM to download them automatically when my project is built ?
- What is the typical use case for calculating such a distance ?

Thanks in advance.
Best regards.

--
Sébastien Arbogast

Blog : http://www.sebastien-arbogast.com
The Epseelon Project : http://www.epseelon.org
Projet Phénix : http://phenix.netbios.fr

Reply via email to