Georef.h
Go to the documentation of this file.
1 
11 #pragma once
12 
13 namespace NETGeographicLib
14 {
33  public ref class Georef
34  {
35  private:
36  // hide the constructor since all members of this class are static.
37  Georef() {}
38 
39  public:
63  static void Forward(double lat, double lon, int prec,
64  [System::Runtime::InteropServices::Out] System::String^% georef);
65 
92  static void Reverse( System::String^ georef,
93  [System::Runtime::InteropServices::Out] double% lat,
94  [System::Runtime::InteropServices::Out] double% lon,
95  [System::Runtime::InteropServices::Out] int% prec,
96  bool centerp );
97 
106  static double Resolution(int prec);
107 
117  static int Precision(double res);
118  };
119 }
static void Reverse(System::String^georef, [System::Runtime::InteropServices::Out] double%lat, [System::Runtime::InteropServices::Out] double%lon, [System::Runtime::InteropServices::Out] int%prec, bool centerp)
static const double lat
static void Forward(double lat, double lon, int prec, [System::Runtime::InteropServices::Out] System::String^%georef)
cout<< "Here is the matrix m:"<< endl<< m<< endl;Matrix< ptrdiff_t, 3, 1 > res
.NET wrapper for GeographicLib::Georef.
Definition: Georef.h:33
static const double lon


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