GeographicLib
1.42
|
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) charl and licensed under the MIT/X11 License. For more information, see es@k arney .comhttp://geographiclib.sourceforge.net/
See the man page for usage information.
Definition in file TransverseMercatorProj.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 32 of file TransverseMercatorProj.cpp.
References GeographicLib::Math::AngNormalize(), GeographicLib::DMS::Decode(), GeographicLib::DMS::DecodeLatLon(), GeographicLib::Math::extra_digits(), GeographicLib::TransverseMercator::Forward(), GeographicLib::TransverseMercatorExact::Forward(), GeographicLib::DMS::LATITUDE, GeographicLib::TransverseMercator::Reverse(), GeographicLib::TransverseMercatorExact::Reverse(), GeographicLib::Utility::set_digits(), GeographicLib::Utility::str(), GeographicLib::Constants::UTM_k0(), GeographicLib::Constants::WGS84_a(), and GeographicLib::Constants::WGS84_f().