Command line utility for measuring the area of geodesic polygons. More...
#include <iostream>
#include <string>
#include <sstream>
#include <fstream>
#include <GeographicLib/PolygonArea.hpp>
#include <GeographicLib/DMS.hpp>
#include <GeographicLib/Utility.hpp>
#include <GeographicLib/GeoCoords.hpp>
#include <GeographicLib/Ellipsoid.hpp>
#include "Planimeter.usage"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Command line utility for measuring the area of geodesic polygons.
Copyright (c) Charles Karney (2010-2014) <charles@karney.com> and licensed under the MIT/X11 License. For more information, see http://geographiclib.sourceforge.net/
Compile and link with g++ -g -O3 -I../include -I../man -o Planimeter \ Planimeter.cpp \ ../src/DMS.cpp \ ../src/GeoCoords.cpp \ ../src/Geodesic.cpp \ ../src/GeodesicLine.cpp \ ../src/MGRS.cpp \ ../src/PolarStereographic.cpp \ ../src/PolygonArea.cpp \ ../src/TransverseMercator.cpp \ ../src/UTMUPS.cpp
See the man page for usage information.
Definition in file Planimeter.cpp.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 43 of file Planimeter.cpp.