GeographicLib 2.1.2
|
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, const char *const argv[]) |
Command line utility for measuring the area of geodesic polygons.
Copyright (c) Charles Karney (2010-2022) charl.nosp@m.es@k.nosp@m.arney.nosp@m..com and licensed under the MIT/X11 License. For more information, see https://geographiclib.sourceforge.io/
See the man page for usage information.
Definition in file Planimeter.cpp.
int main | ( | int | argc, |
const char *const | argv[] | ||
) |
Definition at line 29 of file Planimeter.cpp.
References GeographicLib::Ellipsoid::Area(), GeographicLib::Ellipsoid::AuthalicLatitude(), GeographicLib::GeoCoords::Latitude(), GeographicLib::GeoCoords::Longitude(), and GeographicLib::GeoCoords::Reset().