Command line utility for rhumb line calculations. More...
#include <iostream>
#include <string>
#include <sstream>
#include <fstream>
#include <cmath>
#include <limits>
#include <GeographicLib/Rhumb.hpp>
#include <GeographicLib/DMS.hpp>
#include <GeographicLib/Utility.hpp>
#include "RhumbSolve.usage"
Go to the source code of this file.
Typedefs | |
typedef Math::real | real |
Functions | |
std::string | AzimuthString (real azi, int prec, bool dms, char dmssep) |
std::string | LatLonString (real lat, real lon, int prec, bool dms, char dmssep, bool longfirst) |
int | main (int argc, const char *const argv[]) |
Command line utility for rhumb line calculations.
Copyright (c) Charles Karney (2014-2017) charl and licensed under the MIT/X11 License. For more information, see es@k arney .comhttps://geographiclib.sourceforge.io/
See the man page for usage information.
Definition in file RhumbSolve.cpp.
typedef Math::real real |
Definition at line 31 of file RhumbSolve.cpp.
Definition at line 45 of file RhumbSolve.cpp.
Definition at line 33 of file RhumbSolve.cpp.
Definition at line 50 of file RhumbSolve.cpp.