GeographicLib  1.44
Typedefs | Functions
RhumbSolve.cpp File Reference

Command line utility for rhumb line calculations. More...

#include <iostream>
#include <sstream>
#include <string>
#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, char *argv[])
 

Detailed Description

Command line utility for rhumb line calculations.

Copyright (c) Charles Karney (2014-2015) charl.nosp@m.es@k.nosp@m.arney.nosp@m..com and licensed under the MIT/X11 License. For more information, see http://geographiclib.sourceforge.net/

See the man page for usage information.

Definition in file RhumbSolve.cpp.

Typedef Documentation

typedef Math::real real

Definition at line 32 of file RhumbSolve.cpp.

Function Documentation

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,
char *  argv[] 
)