|
NETGeographicLib
1.38
|
Header for NETGeographicLib::NETGeographicLib objects. More...
#include <string>Go to the source code of this file.
Classes | |
| class | NETGeographicLib::VersionInfo |
| The version information. More... | |
| class | NETGeographicLib::GeographicErr |
| Exception class for NETGeographicLib. More... | |
| class | NETGeographicLib::StringConvert |
| class | NETGeographicLib::Constants |
| Physical constants. More... | |
| class | NETGeographicLib::Constants::WGS72 |
| WGS72 Parameters. More... | |
| class | NETGeographicLib::Constants::WGS84 |
| WGS84 Parameters. More... | |
| class | NETGeographicLib::Constants::GRS80 |
| GRS80 Parameters. More... | |
Namespaces | |
| namespace | NETGeographicLib |
Enumerations | |
| enum | NETGeographicLib::captype { NETGeographicLib::CAP_NONE = 0U, NETGeographicLib::CAP_C1 = 1U<<0, NETGeographicLib::CAP_C1p = 1U<<1, NETGeographicLib::CAP_C2 = 1U<<2, NETGeographicLib::CAP_C3 = 1U<<3, NETGeographicLib::CAP_C4 = 1U<<4, NETGeographicLib::CAP_ALL = 0x1FU, NETGeographicLib::OUT_ALL = 0x7F80U } |
| enum | NETGeographicLib::Mask { NETGeographicLib::NONE, NETGeographicLib::LATITUDE, NETGeographicLib::LONGITUDE, NETGeographicLib::AZIMUTH, NETGeographicLib::DISTANCE, NETGeographicLib::DISTANCE_IN, NETGeographicLib::REDUCEDLENGTH, NETGeographicLib::GEODESICSCALE, NETGeographicLib::AREA, NETGeographicLib::ALL } |
Header for NETGeographicLib::NETGeographicLib objects.
NETGeographicLib is copyright (c) Scott Heiman (2013) GeographicLib is Copyright (c) Charles Karney (2010-2012) charles@karney.com and licensed under the MIT/X11 License. For more information, see http://geographiclib.sourceforge.net/
Definition in file NETGeographicLib.h.
1.8.3.1