20 [System::Runtime::InteropServices::Out]
Flag%
ind)
26 ind =
static_cast<Flag>(lind);
29 catch (
const std::exception& xcpt )
37 [System::Runtime::InteropServices::Out]
double%
lat,
38 [System::Runtime::InteropServices::Out]
double%
lon,
49 catch (
const std::exception& xcpt )
62 catch (
const std::exception& xcpt )
75 catch (
const std::exception& xcpt )
89 static_cast<GeographicLib::DMS::component>(trailing),
91 static_cast<GeographicLib::DMS::flag>(ind),
95 catch (
const std::exception& xcpt )
109 static_cast<GeographicLib::DMS::flag>(ind),
113 catch (
const std::exception& xcpt )
static Math::real DecodeAngle(const std::string &angstr)
Header for NETGeographicLib::NETGeographicLib objects.
Exception class for NETGeographicLib.
std::ofstream out("Result.txt")
static System::String Encode(double angle, Component trailing, unsigned prec, Flag ind, char dmssep)
static double DecodeAzimuth(System::String^ azistr)
static std::string Encode(real angle, component trailing, unsigned prec, flag ind=NONE, char dmssep=char(0))
static System::String UnmanagedToManaged(const std::string &s)
static Math::real DecodeAzimuth(const std::string &azistr)
Header for NETGeographicLib::DMS class.
static Math::real Decode(const std::string &dms, flag &ind)
static void DecodeLatLon(const std::string &dmsa, const std::string &dmsb, real &lat, real &lon, bool longfirst=false)
static double DecodeAngle(System::String^ angstr)
static std::string ManagedToUnmanaged(System::String^ s)
static void DecodeLatLon(System::String^ dmsa, System::String^ dmsb, [System::Runtime::InteropServices::Out] double% lat, [System::Runtime::InteropServices::Out] double% lon, bool longfirst)
static double Decode(System::String^ dms, [System::Runtime::InteropServices::Out] Flag% ind)
Header for GeographicLib::DMS class.