CartConvert.cpp File Reference

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[])

Detailed Description

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.


Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 38 of file CartConvert.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 6 Oct 2014 for GeographicLib by  doxygen 1.6.1