MGRS.h
Go to the documentation of this file.
1 #pragma once
2 
13 namespace NETGeographicLib
14 {
60  public ref class MGRS
61  {
62  private:
63  // Hide the constructor since all members are static.
64  MGRS(void) {}
65  public:
66 
147  static void Forward(int zone, bool northp, double x, double y,
148  int prec,
149  [System::Runtime::InteropServices::Out] System::String^% mgrs);
150 
172  static void Forward(int zone, bool northp, double x, double y, double lat,
173  int prec,
174  [System::Runtime::InteropServices::Out] System::String^% mgrs);
175 
221  static void Reverse(System::String^ mgrs,
222  [System::Runtime::InteropServices::Out] int% zone,
223  [System::Runtime::InteropServices::Out] bool% northp,
224  [System::Runtime::InteropServices::Out] double% x,
225  [System::Runtime::InteropServices::Out] double% y,
226  [System::Runtime::InteropServices::Out] int% prec,
227  bool centerp );
228 
231 
238  static double MajorRadius();
239 
246  static double Flattening();
248  };
249 } // namespace NETGeographicLib
Scalar * y
static const double lat
static void Forward(int zone, bool northp, double x, double y, int prec, [System::Runtime::InteropServices::Out] System::String^%mgrs)
.NET wrapper for GeographicLib::MGRS.
Definition: MGRS.h:60
static void Reverse(System::String^mgrs, [System::Runtime::InteropServices::Out] int%zone, [System::Runtime::InteropServices::Out] bool%northp, [System::Runtime::InteropServices::Out] double%x, [System::Runtime::InteropServices::Out] double%y, [System::Runtime::InteropServices::Out] int%prec, bool centerp)
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:43:00