127 Geoid(System::String^ name, System::String^ path,
128 bool cubic,
bool threadsafe);
155 void CacheArea(
double south,
double west,
double north,
double east);
195 double Height(
double lat,
double lon);
216 double Height(
double lat,
double lon,
217 [System::Runtime::InteropServices::Out]
double% gradn,
218 [System::Runtime::InteropServices::Out]
double% grade);
252 property System::String^
DateTime { System::String^
get(); }
257 property System::String^
GeoidFile { System::String^
get(); }
263 property System::String^
GeoidName { System::String^
get(); }
307 property double Scale {
double get(); }
System::String^ GeoidDirectory
void CacheArea(double south, double west, double north, double east)
System::String^ GeoidName
Geoid(System::String^ name, System::String^ path, bool cubic, bool threadsafe)
static System::String^ DefaultGeoidPath()
System::String^ Interpolation
static System::String^ DefaultGeoidName()
double ConvertHeight(double lat, double lon, double h, ConvertFlag d)
System::String^ GeoidFile
System::String^ Description
double Height(double lat, double lon)
.NET wrapper for GeographicLib::Geoid.