13 namespace NETGeographicLib
15 ref class GravityCircle;
16 ref class NormalGravity;
141 GEOID_HEIGHT = CapType::CAP_T | CapType::CAP_C | CapType::CAP_GAMMA0,
146 ALL = CapType::CAP_ALL,
171 GravityModel(System::String^ name, System::String^ path);
200 double Gravity(
double lat,
double lon,
double h,
201 [System::Runtime::InteropServices::Out]
double% gx,
202 [System::Runtime::InteropServices::Out]
double% gy,
203 [System::Runtime::InteropServices::Out]
double% gz);
220 double Disturbance(
double lat,
double lon,
double h,
221 [System::Runtime::InteropServices::Out]
double% deltax,
222 [System::Runtime::InteropServices::Out]
double% deltay,
223 [System::Runtime::InteropServices::Out]
double% deltaz);
258 [System::Runtime::InteropServices::Out]
double% Dg01,
259 [System::Runtime::InteropServices::Out]
double% xi,
260 [System::Runtime::InteropServices::Out]
double% eta);
284 double W(
double X,
double Y,
double Z,
285 [System::Runtime::InteropServices::Out]
double% gX,
286 [System::Runtime::InteropServices::Out]
double% gY,
287 [System::Runtime::InteropServices::Out]
double% gZ);
305 double V(
double X,
double Y,
double Z,
306 [System::Runtime::InteropServices::Out]
double% GX,
307 [System::Runtime::InteropServices::Out]
double% GY,
308 [System::Runtime::InteropServices::Out]
double% GZ);
326 double T(
double X,
double Y,
double Z,
327 [System::Runtime::InteropServices::Out]
double% deltaX,
328 [System::Runtime::InteropServices::Out]
double% deltaY,
329 [System::Runtime::InteropServices::Out]
double% deltaZ);
340 double T(
double X,
double Y,
double Z);
361 double U(
double X,
double Y,
double Z,
362 [System::Runtime::InteropServices::Out]
double% gammaX,
363 [System::Runtime::InteropServices::Out]
double% gammaY,
364 [System::Runtime::InteropServices::Out]
double% gammaZ);
380 double Phi(
double X,
double Y,
381 [System::Runtime::InteropServices::Out]
double% fX,
382 [System::Runtime::InteropServices::Out]
double% fY);
441 property System::String^
DateTime { System::String^
get(); }
458 { System::String^
get(); }