18 const char BADALLOC[] =
"Failed to allocte memory for a GeographicLib::LambertConformalConic";
23 if ( m_pLambertConformalConic !=
NULL )
25 delete m_pLambertConformalConic;
26 m_pLambertConformalConic =
NULL;
39 catch ( std::bad_alloc )
43 catch (
const std::exception& err )
51 double stdlat1,
double stdlat2,
double k1)
58 catch ( std::bad_alloc )
62 catch (
const std::exception& err )
70 double sinlat1,
double coslat1,
71 double sinlat2,
double coslat2,
78 sinlat2, coslat2, k1 );
80 catch ( std::bad_alloc )
84 catch (
const std::exception& err )
98 catch ( std::bad_alloc )
111 catch ( std::exception err )
119 [System::Runtime::InteropServices::Out]
double%
x,
120 [System::Runtime::InteropServices::Out]
double%
y,
121 [System::Runtime::InteropServices::Out]
double%
gamma,
122 [System::Runtime::InteropServices::Out]
double% k)
124 double lx, ly,
lgamma, lk;
134 [System::Runtime::InteropServices::Out]
double%
lat,
135 [System::Runtime::InteropServices::Out]
double%
lon,
136 [System::Runtime::InteropServices::Out]
double%
gamma,
137 [System::Runtime::InteropServices::Out]
double% k)
139 double llat, llon,
lgamma, lk;
149 [System::Runtime::InteropServices::Out]
double%
x,
150 [System::Runtime::InteropServices::Out]
double%
y)
160 [System::Runtime::InteropServices::Out]
double%
lat,
161 [System::Runtime::InteropServices::Out]
double%
lon)
Header for NETGeographicLib::NETGeographicLib objects.
Exception class for NETGeographicLib.
const mpreal gamma(const mpreal &x, mp_rnd_t r=mpreal::get_default_rnd())
Point2(* f)(const Point3 &, OptionalJacobian< 2, 3 >)
Container::iterator get(Container &c, Position position)
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
EIGEN_DEVICE_FUNC const LgammaReturnType lgamma() const