|
GeographicLib
1.45
|
Command line utility for transverse Mercator projections. More...
#include <iostream>#include <sstream>#include <string>#include <fstream>#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-2015) charles@karney.com and licensed under the MIT/X11 License. For more information, see http://geographiclib.sourceforge.net/
See the man page for usage information.
Definition in file TransverseMercatorProj.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 31 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().
1.8.9.1