|
1 | 1 | /** |
2 | 2 | * <h2>Geodesic routines from GeographicLib implemented in Java</h2> |
3 | 3 | * @author Charles F. F. Karney (charles@karney.com) |
4 | | - * @version 1.51 |
| 4 | + * @version 1.52 |
5 | 5 | * |
6 | 6 | * <p> |
7 | 7 | * The documentation for other versions is available at |
|
29 | 29 | * GeographicLib-Java is part of GeographicLib which available for download at |
30 | 30 | * <ul> |
31 | 31 | * <li> |
32 | | - * <a href="https://sourceforge.net/projects/geographiclib/files/distrib/GeographicLib-1.51.tar.gz"> |
33 | | - * GeographicLib-1.51.tar.gz</a> |
| 32 | + * <a href="https://sourceforge.net/projects/geographiclib/files/distrib/GeographicLib-1.52.tar.gz"> |
| 33 | + * GeographicLib-1.52.tar.gz</a> |
34 | 34 | * <li> |
35 | | - * <a href="https://sourceforge.net/projects/geographiclib/files/distrib/GeographicLib-1.51.zip"> |
36 | | - * GeographicLib-1.51.zip</a> |
| 35 | + * <a href="https://sourceforge.net/projects/geographiclib/files/distrib/GeographicLib-1.52.zip"> |
| 36 | + * GeographicLib-1.52.zip</a> |
37 | 37 | * </ul> |
38 | 38 | * <p> |
39 | 39 | * as either a compressed tar file (tar.gz) or a zip file. After unpacking |
40 | | - * the source, the Java library can be found in GeographicLib-1.51/java. (This |
| 40 | + * the source, the Java library can be found in GeographicLib-1.52/java. (This |
41 | 41 | * library is completely independent from the rest of GeodegraphicLib.) The |
42 | 42 | * library consists of the files in the src/main/java/net/sf/geographiclib |
43 | 43 | * subdirectory. |
|
50 | 50 | * <dependency> |
51 | 51 | * <groupId>net.sf.geographiclib</groupId> |
52 | 52 | * <artifactId>GeographicLib-Java</artifactId> |
53 | | - * <version>1.51</version> |
| 53 | + * <version>1.52</version> |
54 | 54 | * </dependency> }</pre> |
55 | 55 | * in your {@code pom.xml}. |
56 | 56 | * |
|
119 | 119 | * some additional packages to your local repository.) Then compile and run |
120 | 120 | * Inverse.java with <pre> |
121 | 121 | * cd inverse/src/main/java |
122 | | - * javac -cp .:../../../../target/GeographicLib-Java-1.51.jar Inverse.java |
| 122 | + * javac -cp .:../../../../target/GeographicLib-Java-1.52.jar Inverse.java |
123 | 123 | * echo -30 0 29.5 179.5 | |
124 | | - * java -cp .:../../../../target/GeographicLib-Java-1.51.jar Inverse </pre> |
| 124 | + * java -cp .:../../../../target/GeographicLib-Java-1.52.jar Inverse </pre> |
125 | 125 | * |
126 | 126 | * <h4>Using maven to build and run {@code Inverse.java}</h4> |
127 | 127 | * The sample code includes a {@code pom.xml} which specifies |
|
265 | 265 | * <h3>Change log</h3> |
266 | 266 | * <ul> |
267 | 267 | * <li> |
268 | | - * <a href="https://geographiclib.sourceforge.io/1.47/java">Version 1.51</a> |
| 268 | + * <a href="https://geographiclib.sourceforge.io/1.52/java">Version 1.52</a> |
| 269 | + * (released 2021-mm-dd) |
| 270 | + * <ul> |
| 271 | + * <li> |
| 272 | + * Be more aggressive in preventing negative s12 and m12 for short |
| 273 | + * lines. |
| 274 | + * </ul> |
| 275 | + * <li> |
| 276 | + * <a href="https://geographiclib.sourceforge.io/1.51/java">Version 1.51</a> |
269 | 277 | * (released 2020-11-22) |
270 | 278 | * <ul> |
271 | 279 | * <li> |
|
284 | 292 | * Update to Java 1.7 or later to support testing on Mac OSX. |
285 | 293 | * </ul> |
286 | 294 | * <li> |
287 | | - * <a href="https://geographiclib.sourceforge.io/1.47/java">Version 1.50</a> |
| 295 | + * <a href="https://geographiclib.sourceforge.io/1.50/java">Version 1.50</a> |
288 | 296 | * (released 2019-09-24) |
289 | 297 | * <ul> |
290 | 298 | * <li> |
|
303 | 311 | * −0. |
304 | 312 | * </ul> |
305 | 313 | * <li> |
306 | | - * <a href="https://geographiclib.sourceforge.io/1.47/java">Version 1.49</a> |
| 314 | + * <a href="https://geographiclib.sourceforge.io/1.49/java">Version 1.49</a> |
307 | 315 | * (released 2017-10-05) |
308 | 316 | * <ul> |
309 | 317 | * <li> |
310 | 318 | * Fix code formatting and add two tests. |
311 | 319 | * </ul> |
312 | 320 | * <li> |
313 | | - * <a href="https://geographiclib.sourceforge.io/1.47/java">Version 1.48</a> |
| 321 | + * <a href="https://geographiclib.sourceforge.io/1.48/java">Version 1.48</a> |
314 | 322 | * (released 2017-04-09) |
315 | 323 | * <ul> |
316 | 324 | * <li> |
|
0 commit comments