Command line utility for azimuthal equidistant and Cassini-Soldner projections. More...
#include "GeographicLib/Geodesic.hpp"
#include "GeographicLib/AzimuthalEquidistant.hpp"
#include "GeographicLib/CassiniSoldner.hpp"
#include "GeographicLib/DMS.hpp"
#include <iostream>
#include <iomanip>
#include <sstream>
Go to the source code of this file.
Functions | |
int | usage (int retval) |
int | main (int argc, char *argv[]) |
Command line utility for azimuthal equidistant and Cassini-Soldner projections.
Copyright (c) Charles Karney (2009, 2010) <charles@karney.com> and licensed under the LGPL. For more information, see http://geographiclib.sourceforge.net/
Compile with -I../include and link with Geodesic.o AzimuthalEquidistant.o CassiniSoldner.o
See EquidistantTest for usage information.
Definition in file EquidistantTest.cpp.
int usage | ( | int | retval | ) |
Definition at line 24 of file EquidistantTest.cpp.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 54 of file EquidistantTest.cpp.
References usage().