85 [System::Runtime::InteropServices::Out]
double% gx,
86 [System::Runtime::InteropServices::Out]
double% gy,
87 [System::Runtime::InteropServices::Out]
double% gz);
102 [System::Runtime::InteropServices::Out]
double% deltax,
103 [System::Runtime::InteropServices::Out]
double% deltay,
104 [System::Runtime::InteropServices::Out]
double% deltaz);
135 [System::Runtime::InteropServices::Out]
double% Dg01,
136 [System::Runtime::InteropServices::Out]
double% xi,
137 [System::Runtime::InteropServices::Out]
double% eta);
154 [System::Runtime::InteropServices::Out]
double% gX,
155 [System::Runtime::InteropServices::Out]
double% gY,
156 [System::Runtime::InteropServices::Out]
double% gZ);
173 [System::Runtime::InteropServices::Out]
double% GX,
174 [System::Runtime::InteropServices::Out]
double% GY,
175 [System::Runtime::InteropServices::Out]
double% GZ);
192 [System::Runtime::InteropServices::Out]
double% deltaX,
193 [System::Runtime::InteropServices::Out]
double% deltaY,
194 [System::Runtime::InteropServices::Out]
double% deltaZ);
203 double T(
double lon);
213 property bool Init {
bool get(); }
237 property double Latitude {
double get(); }
244 property double Height {
double get(); }
.NET wrapper for GeographicLib::GravityCircle.
double GeoidHeight(double lon)
double T(double lon, [System::Runtime::InteropServices::Out] double% deltaX, [System::Runtime::InteropServices::Out] double% deltaY, [System::Runtime::InteropServices::Out] double% deltaZ)
double W(double lon, [System::Runtime::InteropServices::Out] double% gX, [System::Runtime::InteropServices::Out] double% gY, [System::Runtime::InteropServices::Out] double% gZ)
bool Capabilities(GravityModel::Mask testcaps)
void SphericalAnomaly(double lon, [System::Runtime::InteropServices::Out] double% Dg01, [System::Runtime::InteropServices::Out] double% xi, [System::Runtime::InteropServices::Out] double% eta)
double V(double lon, [System::Runtime::InteropServices::Out] double% GX, [System::Runtime::InteropServices::Out] double% GY, [System::Runtime::InteropServices::Out] double% GZ)
double Disturbance(double lon, [System::Runtime::InteropServices::Out] double% deltax, [System::Runtime::InteropServices::Out] double% deltay, [System::Runtime::InteropServices::Out] double% deltaz)
GravityCircle(const GeographicLib::GravityCircle &gc)
double Gravity(double lon, [System::Runtime::InteropServices::Out] double% gx, [System::Runtime::InteropServices::Out] double% gy, [System::Runtime::InteropServices::Out] double% gz)
GravityModel::Mask Capabilities()