GeographicLib
2.1.1
|
Command line utility for geodetic to cartesian coordinate conversions. More...
#include <iostream>
#include <string>
#include <sstream>
#include <fstream>
#include <GeographicLib/Geocentric.hpp>
#include <GeographicLib/LocalCartesian.hpp>
#include <GeographicLib/DMS.hpp>
#include <GeographicLib/Utility.hpp>
#include "CartConvert.usage"
Go to the source code of this file.
Functions | |
int | main (int argc, const char *const argv[]) |
Command line utility for geodetic to cartesian coordinate conversions.
Copyright (c) Charles Karney (2009-2017) charl and licensed under the MIT/X11 License. For more information, see es@k arney .comhttps://geographiclib.sourceforge.io/
See the man page for usage information.
Definition in file CartConvert.cpp.
int main | ( | int | argc, |
const char *const | argv[] | ||
) |
Definition at line 29 of file CartConvert.cpp.
References GeographicLib::DMS::DecodeLatLon(), GeographicLib::Math::extra_digits(), GeographicLib::Geocentric::Forward(), GeographicLib::LocalCartesian::Forward(), GeographicLib::Geocentric::Reverse(), GeographicLib::LocalCartesian::Reverse(), GeographicLib::Utility::set_digits(), GeographicLib::Utility::str(), GeographicLib::Constants::WGS84_a(), and GeographicLib::Constants::WGS84_f().