Command line utility for azimuthal equidistant and Cassini-Soldner projections. More...
#include "GeographicLib/Geodesic.hpp"
#include "GeographicLib/AzimuthalEquidistant.hpp"
#include "GeographicLib/CassiniSoldner.hpp"
#include "GeographicLib/Gnomonic.hpp"
#include "GeographicLib/DMS.hpp"
#include <iostream>
#include <sstream>
#include "EquidistantTest.usage"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Command line utility for azimuthal equidistant and Cassini-Soldner projections.
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 Geodesic.o GeodesicLine.o AzimuthalEquidistant.o Gnomonic.o CassiniSoldner.o
See the man page for usage information.
Definition in file EquidistantTest.cpp.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 27 of file EquidistantTest.cpp.
References GeographicLib::DMS::Decode(), GeographicLib::DMS::DecodeLatLon(), GeographicLib::DMS::Encode(), and GeographicLib::DMS::NUMBER.