Command line utility for geographic coordinate conversions. More...
#include "GeographicLib/GeoCoords.hpp"#include "GeographicLib/DMS.hpp"#include <sstream>#include <iostream>#include "GeoConvert.usage"Go to the source code of this file.
| Functions | |
| int | main (int argc, char *argv[]) | 
Command line utility for geographic coordinate conversions.
Copyright (c) Charles Karney (2008, 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 GeoCoords.o MGRS.o UTMUPS.o DMS.o TransverseMercator.o PolarStereographic.o
See the man page for usage information.
Definition in file GeoConvert.cpp.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) | 
Definition at line 23 of file GeoConvert.cpp.
References GeographicLib::UTMUPS::DecodeZone(), GeographicLib::DMS::Encode(), GeographicLib::UTMUPS::MAXZONE, GeographicLib::UTMUPS::MINZONE, and GeographicLib::DMS::NUMBER.
 1.7.1
 1.7.1