Command line utility for transverse Mercator projections. More...
#include <iostream>
#include <sstream>
#include <string>
#include <fstream>
#include <GeographicLib/EllipticFunction.hpp>
#include <GeographicLib/TransverseMercatorExact.hpp>
#include <GeographicLib/TransverseMercator.hpp>
#include <GeographicLib/DMS.hpp>
#include <GeographicLib/Utility.hpp>
#include "TransverseMercatorProj.usage"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Command line utility for transverse Mercator projections.
Copyright (c) Charles Karney (2008-2012) <charles@karney.com> and licensed under the MIT/X11 License. For more information, see http://geographiclib.sourceforge.net/
Compile and link with g++ -g -O3 -I../include -I../man -o TransverseMercatorProj \ TransverseMercatorProj.cpp \ ../src/DMS.cpp \ ../src/EllipticFunction.cpp \ ../src/TransverseMercator.cpp \ ../src/TransverseMercatorExact.cpp
See the man page for usage information.
Definition in file TransverseMercatorProj.cpp.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 40 of file TransverseMercatorProj.cpp.