Command line utility for geodetic to cartesian coordinate conversions. More...
#include "GeographicLib/Geocentric.hpp"
#include "GeographicLib/LocalCartesian.hpp"
#include "GeographicLib/DMS.hpp"
#include <iostream>
#include <sstream>
#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, 2010, 2011) <charles@karney.com> and licensed under the LGPL. For more information, see http://geographiclib.sourceforge.net/
Compile with -I../include and link with Geocentric.o LocalCartesian.o
See the man page for usage information.
Definition in file CartConvert.cpp.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 23 of file CartConvert.cpp.
References GeographicLib::DMS::Decode(), GeographicLib::DMS::DecodeLatLon(), GeographicLib::DMS::Encode(), and GeographicLib::DMS::NUMBER.