Command line utility for testing transverse Mercator projections. More...
#include "GeographicLib/EllipticFunction.hpp"#include "GeographicLib/TransverseMercatorExact.hpp"#include "GeographicLib/TransverseMercator.hpp"#include "GeographicLib/DMS.hpp"#include <iostream>#include <sstream>#include <iomanip>Go to the source code of this file.
Functions | |
| int | usage (int retval) |
| int | main (int argc, char *argv[]) |
Command line utility for testing transverse Mercator projections.
Copyright (c) Charles Karney (2008, 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 TransverseMercatorExact.o EllipticFunction.o TransverseMercator.o
See TransverseMercatorTest for usage information.
Definition in file TransverseMercatorTest.cpp.
| int usage | ( | int | retval | ) |
Definition at line 23 of file TransverseMercatorTest.cpp.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 60 of file TransverseMercatorTest.cpp.
References usage().
1.6.1