15 ref class GravityCircle;
16 ref class NormalGravity;
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(); }
property double ReferenceMassConstant
double T(double X, double Y, double Z, [System::Runtime::InteropServices::Out] double%deltaX, [System::Runtime::InteropServices::Out] double%deltaY, [System::Runtime::InteropServices::Out] double%deltaZ)
property double MajorRadius
.NET wrapper for GeographicLib::GravityCircle.
double W(double X, double Y, double Z, [System::Runtime::InteropServices::Out] double%gX, [System::Runtime::InteropServices::Out] double%gY, [System::Runtime::InteropServices::Out] double%gZ)
const GeographicLib::GravityModel * m_pGravityModel
GravityModel(System::String^name, System::String^path)
property System::String DateTime
property double Flattening
property System::String Description
.NET wrapper for GeographicLib::NormalGravity.
static System::String DefaultGravityName()
property double MassConstant
property System::String GravityFile
double GeoidHeight(double lat, double lon)
double Disturbance(double lat, double lon, double h, [System::Runtime::InteropServices::Out] double%deltax, [System::Runtime::InteropServices::Out] double%deltay, [System::Runtime::InteropServices::Out] double%deltaz)
property System::String GravityModelName
property System::String GravityModelDirectory
double U(double X, double Y, double Z, [System::Runtime::InteropServices::Out] double%gammaX, [System::Runtime::InteropServices::Out] double%gammaY, [System::Runtime::InteropServices::Out] double%gammaZ)
double Phi(double X, double Y, [System::Runtime::InteropServices::Out] double%fX, [System::Runtime::InteropServices::Out] double%fY)
void SphericalAnomaly(double lat, double lon, double h, [System::Runtime::InteropServices::Out] double%Dg01, [System::Runtime::InteropServices::Out] double%xi, [System::Runtime::InteropServices::Out] double%eta)
Model of the earth's gravity field.
NormalGravity ReferenceEllipsoid()
double Gravity(double lat, double lon, double h, [System::Runtime::InteropServices::Out] double%gx, [System::Runtime::InteropServices::Out] double%gy, [System::Runtime::InteropServices::Out] double%gz)
GravityCircle Circle(double lat, double h, Mask caps)
double V(double X, double Y, double Z, [System::Runtime::InteropServices::Out] double%GX, [System::Runtime::InteropServices::Out] double%GY, [System::Runtime::InteropServices::Out] double%GZ)
.NET wrapper for GeographicLib::GravityModel.
static System::String DefaultGravityPath()
Annotation for function names.