GeographicLib 2.1.2
|
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 | LatLonString (real lat, real lon, int prec, bool dms, char dmssep, bool longfirst) |
std::string | AzimuthString (real azi, int prec, bool dms, char dmssep) |
int | main (int argc, const char *const argv[]) |
Command line utility for rhumb line calculations.
Copyright (c) Charles Karney (2014-2017) charl.nosp@m.es@k.nosp@m.arney.nosp@m..com and licensed under the MIT/X11 License. For more information, see https://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 33 of file RhumbSolve.cpp.
Referenced by main().
std::string AzimuthString | ( | real | azi, |
int | prec, | ||
bool | dms, | ||
char | dmssep | ||
) |
Definition at line 45 of file RhumbSolve.cpp.
Referenced by main().
int main | ( | int | argc, |
const char *const | argv[] | ||
) |
Definition at line 50 of file RhumbSolve.cpp.
References AzimuthString(), GeographicLib::Rhumb::Direct(), GeographicLib::Rhumb::Inverse(), LatLonString(), GeographicLib::Rhumb::Line(), and GeographicLib::RhumbLine::Position().