Command line utility for geodetic to cartesian coordinate conversions. More...
#include <iostream>
#include <sstream>
#include <string>
#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, char *argv[]) |
Command line utility for geodetic to cartesian coordinate conversions.
Copyright (c) Charles Karney (2009-2012) <charles@karney.com> and licensed under the MIT/X11 License. For more information, see http://geographiclib.sourceforge.net/
Compile and link with g++ -g -O3 -I../include -I../man -o CartConvert \ CartConvert.cpp \ ../src/DMS.cpp \ ../src/Geocentric.cpp \ ../src/LocalCartesian.cpp
See the man page for usage information.
Definition in file CartConvert.cpp.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 38 of file CartConvert.cpp.