This is a Java implementation of the geodesic algorithms described in C. F. F. Karney, Algorithms for geodesics, J. Geodesy 87, 43-55 (2013); https://doi.org/10.1007/s00190-012-0578-z Addenda: https://geographiclib.sourceforge.io/geod-addenda.html For documentation, see https://geographiclib.sourceforge.io/html/java/ The code in this directory is entirely self-contained. In particular, it does not depend on the C++ classes. You can build the example programs using, for example, cd inverse/src/main/java javac -cp .:../../../../src/main/java Inverse.java echo -30 0 29.5 179.5 | java -cp .:../../../../src/main/java Inverse On Windows, change this to cd inverse\src\main\java javac -cp .;../../../../src/main/java Inverse.java echo -30 0 29.5 179.5 | java -cp .;../../../../src/main/java Inverse Building with maven is also supported (see the documentation).
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
1. 开源生态
2. 协作、人、软件
3. 评估模型