Command line utility for measuring the area of geodesic polygons. More...
#include "GeographicLib/Geodesic.hpp"#include "GeographicLib/DMS.hpp"#include "GeographicLib/GeoCoords.hpp"#include <iostream>#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, 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 DMS.o
See the man page for usage information.
Definition in file Planimeter.cpp.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) | 
Definition at line 22 of file Planimeter.cpp.
References GeographicLib::Geodesic::AREA, GeographicLib::DMS::Decode(), GeographicLib::Geodesic::DISTANCE, GeographicLib::DMS::Encode(), and GeographicLib::DMS::NUMBER.
 1.7.1
 1.7.1