GeographicLib
1.35
|
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/
Compile and link with g++ -g -O3 -I../include -I../man -o ConicProj \ ConicProj.cpp \ ../src/AlbersEqualArea.cpp \ ../src/DMS.cpp \ ../src/LambertConformalConic.cpp
See the man page for usage information.
Definition in file ConicProj.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 38 of file ConicProj.cpp.
References GeographicLib::Math::AngNormalize(), GeographicLib::DMS::Decode(), GeographicLib::DMS::DecodeLatLon(), GeographicLib::DMS::LATITUDE, and GeographicLib::DMS::LONGITUDE.