125 Geoid(System::String^ name, System::String^ path,
126 bool cubic,
bool threadsafe);
152 void CacheArea(
double south,
double west,
double north,
double east);
220 property System::String^
Description { System::String^ get(); }
225 property System::String^
DateTime { System::String^ get(); }
230 property System::String^
GeoidFile { System::String^ get(); }
236 property System::String^
GeoidName { System::String^ get(); }
241 property System::String^
GeoidDirectory { System::String^ get(); }
246 property System::String^
Interpolation { System::String^ get(); }
255 property double MaxError {
double get(); }
264 property double RMSError {
double get(); }
272 property double Offset {
double get(); }
280 property double Scale {
double get(); }
290 property bool Cache {
bool get(); }
295 property double CacheWest {
double get(); }
300 property double CacheEast {
double get(); }
.NET wrapper for GeographicLib::Geoid.
System::String^ Interpolation
static System::String ^ DefaultGeoidName()
void CacheArea(double south, double west, double north, double east)
System::String^ GeoidDirectory
System::String^ Description
double ConvertHeight(double lat, double lon, double h, ConvertFlag d)
static System::String ^ DefaultGeoidPath()
System::String^ GeoidName
System::String^ GeoidFile
Geoid(System::String^ name, System::String^ path, bool cubic, bool threadsafe)
double Height(double lat, double lon)