GeographicLib 2.5
|
Command line utility for transverse Mercator projections. More...
#include <iostream>
#include <string>
#include <sstream>
#include <fstream>
#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, const char *const argv[]) |
Command line utility for transverse Mercator projections.
Copyright (c) Charles Karney (2008-2023) karne.nosp@m.y@al.nosp@m.um.mi.nosp@m.t.ed.nosp@m.u and licensed under the MIT/X11 License. For more information, see https://geographiclib.sourceforge.io/
See the man page for usage information.
Definition in file TransverseMercatorProj.cpp.
int main | ( | int | argc, |
const char *const | argv[] | ||
) |
Definition at line 28 of file TransverseMercatorProj.cpp.
References GeographicLib::TransverseMercator::Forward(), and GeographicLib::TransverseMercator::Reverse().