|
GeographicLib
1.52
|
Command line utility for geodesic projections. More...
#include <iostream>#include <string>#include <sstream>#include <fstream>#include <GeographicLib/Geodesic.hpp>#include <GeographicLib/AzimuthalEquidistant.hpp>#include <GeographicLib/CassiniSoldner.hpp>#include <GeographicLib/Gnomonic.hpp>#include <GeographicLib/DMS.hpp>#include <GeographicLib/Utility.hpp>#include "GeodesicProj.usage"Go to the source code of this file.
Functions | |
| int | main (int argc, const char *const argv[]) |
Command line utility for geodesic projections.
Copyright (c) Charles Karney (2009-2017) charles@karney.com 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 GeodesicProj.cpp.
| int main | ( | int | argc, |
| const char *const | argv[] | ||
| ) |
Definition at line 31 of file GeodesicProj.cpp.
References GeographicLib::DMS::DecodeLatLon(), GeographicLib::Math::extra_digits(), GeographicLib::CassiniSoldner::Forward(), GeographicLib::AzimuthalEquidistant::Forward(), GeographicLib::Gnomonic::Forward(), GeographicLib::AzimuthalEquidistant::Reverse(), GeographicLib::Gnomonic::Reverse(), GeographicLib::CassiniSoldner::Reverse(), GeographicLib::Utility::set_digits(), GeographicLib::Utility::str(), GeographicLib::Constants::WGS84_a(), and GeographicLib::Constants::WGS84_f().