GARS.h
Go to the documentation of this file.
1 
11 #pragma once
12 
13 namespace NETGeographicLib
14 {
35  public ref class GARS
36  {
37  // all memebers of this class are static so the constructor is hidden.
38  GARS() {}
39 
40  public:
41 
59  static void Forward(double lat, double lon, int prec,
60  [System::Runtime::InteropServices::Out] System::String^% gars);
61 
82  static void Reverse( System::String^ gars,
83  [System::Runtime::InteropServices::Out] double% lat,
84  [System::Runtime::InteropServices::Out] double% lon,
85  [System::Runtime::InteropServices::Out] int% prec,
86  bool centerp);
87 
96  static double Resolution(int prec);
97 
107  static int Precision(double res);
108  };
109 } // namespace NETGeographicLib
static const double lat
static double Resolution(int prec)
.NET Wrapper for GeographicLib::GARS
Definition: GARS.h:35
static void Reverse(System::String^gars, [System::Runtime::InteropServices::Out] double%lat, [System::Runtime::InteropServices::Out] double%lon, [System::Runtime::InteropServices::Out] int%prec, bool centerp)
cout<< "Here is the matrix m:"<< endl<< m<< endl;Matrix< ptrdiff_t, 3, 1 > res
static void Forward(double lat, double lon, int prec, [System::Runtime::InteropServices::Out] System::String^%gars)
static const double lon


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:42:05