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
NETGeographicLib::MGRS::MajorRadius
static double MajorRadius()
Definition: dotnet/NETGeographicLib/MGRS.cpp:80
x
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
Definition: gnuplot_common_settings.hh:12
NETGeographicLib::MGRS::Forward
static void Forward(int zone, bool northp, double x, double y, int prec, [System::Runtime::InteropServices::Out] System::String^% mgrs)
Definition: dotnet/NETGeographicLib/MGRS.cpp:19
NETGeographicLib::MGRS::MGRS
MGRS(void)
Definition: MGRS.h:64
NETGeographicLib::MGRS
.NET wrapper for GeographicLib::MGRS.
Definition: MGRS.h:60
NETGeographicLib::MGRS::Flattening
static double Flattening()
Definition: dotnet/NETGeographicLib/MGRS.cpp:83
y
Scalar * y
Definition: level1_cplx_impl.h:124
NETGeographicLib::MGRS::Reverse
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)
Definition: dotnet/NETGeographicLib/MGRS.cpp:52
NETGeographicLib
Definition: Accumulator.h:13
lat
static const double lat
Definition: testGeographicLib.cpp:34


gtsam
Author(s):
autogenerated on Mon Jul 1 2024 03:02:15