125 Geoid(System::String^ name, System::String^ path,
126 bool cubic,
bool threadsafe);
152 void CacheArea(
double south,
double west,
double north,
double east);
191 double Height(
double lat,
double lon);
225 property System::String^
DateTime { System::String^
get(); }
230 property System::String^
GeoidFile { System::String^
get(); }
236 property System::String^
GeoidName { System::String^
get(); }
280 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.