GeographicLib
1.42
|
Command line utility for conical projections. More...
#include <iostream>
#include <sstream>
#include <string>
#include <fstream>
#include <GeographicLib/LambertConformalConic.hpp>
#include <GeographicLib/AlbersEqualArea.hpp>
#include <GeographicLib/DMS.hpp>
#include <GeographicLib/Utility.hpp>
#include "ConicProj.usage"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Command line utility for conical projections.
Copyright (c) Charles Karney (2009-2012) charl and licensed under the MIT/X11 License. For more information, see es@k arney .comhttp://geographiclib.sourceforge.net/
See the man page for usage information.
Definition in file ConicProj.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 30 of file ConicProj.cpp.
References GeographicLib::Math::AngNormalize(), GeographicLib::DMS::Decode(), GeographicLib::DMS::DecodeLatLon(), GeographicLib::Math::extra_digits(), GeographicLib::AlbersEqualArea::Forward(), GeographicLib::LambertConformalConic::Forward(), GeographicLib::DMS::LATITUDE, GeographicLib::DMS::LONGITUDE, GeographicLib::AlbersEqualArea::Reverse(), GeographicLib::LambertConformalConic::Reverse(), GeographicLib::Utility::set_digits(), GeographicLib::Utility::str(), GeographicLib::Constants::WGS84_a(), and GeographicLib::Constants::WGS84_f().