Functions
TransverseMercatorTest.cpp File Reference

Command line utility for testing transverse Mercator projections. More...

#include <string>
#include <iostream>
#include <iomanip>
#include "GeographicLib/EllipticFunction.hpp"
#include "GeographicLib/TransverseMercatorExact.hpp"
#include "GeographicLib/TransverseMercator.hpp"

Go to the source code of this file.

Functions

int usage (int retval)
int main (int argc, char *argv[])

Detailed Description

Command line utility for testing transverse Mercator projections.

Copyright (c) Charles Karney (2008) <charles@karney.com> http://charles.karney.info/geographic and licensed under the LGPL.

Compile with

g++ -g -O3 -I.. -o TransverseMercatorTest TransverseMercatorTest.cpp TransverseMercatorExact.cpp Constants.cpp EllipticFunction.cpp TransverseMercator.cpp

See TransverseMercatorTest for usage information.

Definition in file TransverseMercatorTest.cpp.


Function Documentation

int usage ( int  retval)

Definition at line 23 of file TransverseMercatorTest.cpp.

int main ( int  argc,
char *  argv[] 
)